summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: ce2af5922a5b03ac9d3be9dd5a24ae2bff98600a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
EXTRA_DIST = admin

AUTOMAKE_OPTIONS = foreign 
DISTCLEANFILES =inst-apps

SUBDIRS = reference 

$(top_srcdir)/configure.in: configure.in.in $(top_srcdir)/subdirs
	cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common configure.in ;
 
$(top_srcdir)/subdirs:
	cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common subdirs
 
$(top_srcdir)/acinclude.m4: $(top_srcdir)/admin/acinclude.m4.in $(top_srcdir)/admin/libtool.m4.in
	@cd $(top_srcdir) && cat admin/acinclude.m4.in admin/libtool.m4.in > acinclude.m4

alue='reload'/>
authorKrzysztof Kozlowski <k.kozlowski@samsung.com>2016-02-18 14:57:03 +0900
committerMark Brown <broonie@kernel.org>2016-02-20 01:07:40 +0900
commit7ddec641214914ad878811822ec24e01f3d1c97e (patch)
tree7ab64eccb48c5a36c62c9b2504f5aa651ac8c69f /Documentation/devicetree
parent297eaaa6d0bf09a91045e1d8c9b1e555d8b91d8a (diff)
regulator: s2mps11: Use local variable for number of regulators
Remove the s2mps11_info.rdev_num because it is not used outside of probe. Suggested-by: Andi Shyti <andi.shyti@samsung.com> Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> Reviewed-by: Andi Shyti <andi.shyti@samsung.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree')