dts, kbuild: Factor out dtbs install rules to Makefile.dtbinst
authorRobert Richter <rrichter@cavium.com>
Wed, 3 Sep 2014 13:29:24 +0000 (15:29 +0200)
committerRobert Richter <rrichter@cavium.com>
Tue, 21 Oct 2014 16:06:58 +0000 (18:06 +0200)
commit9fb5e5372208973984a23ee6f5f025c05d364633
treec8aaa3059e1d9eace7cc2e5532d8b18b8a93d4c1
parent862f464a540554a28273b761b4ce72541dc75914
dts, kbuild: Factor out dtbs install rules to Makefile.dtbinst

Move dtbs install rules to Makefile.dtbinst. This change is needed to
implement support for dts vendor subdirs. The change makes Makefiles
easier and smaller as no longer the dtbs_install rule needs to be
defined. Another advantage is that install goals are not encoded in
targets anymore (%.dtb_dtbinst_).

Signed-off-by: Robert Richter <rrichter@cavium.com>
arch/arm/Makefile
arch/arm/boot/dts/Makefile
arch/arm64/Makefile
arch/arm64/boot/dts/Makefile
scripts/Kbuild.include
scripts/Makefile.dtbinst [new file with mode: 0644]
scripts/Makefile.lib