dts, arm64: Add dtbs_install make target
authorRobert Richter <rrichter@cavium.com>
Fri, 29 Aug 2014 12:17:02 +0000 (14:17 +0200)
committerRobert Richter <rrichter@cavium.com>
Tue, 21 Oct 2014 16:06:57 +0000 (18:06 +0200)
commit862f464a540554a28273b761b4ce72541dc75914
tree7d7695f07c01e6dc1c04178d4257c60510b2a892
parentf114040e3ea6e07372334ade75d1ee0775c355e1
dts, arm64: Add dtbs_install make target

This adds the dtbs_install make target to arm64. The target has been
introduced already to arch/arm with the following commit:

 f4d4ffc03efc kbuild: dtbs_install: new make target

Implementation for arm64 is the same as for arm.

With 'dtbs_install' all config enabled dtb files are installed to
either the INSTALL_DTBS_PATH directory or the default location:

 $INSTALL_PATH/dtbs/$KERNELRELEASE

Signed-off-by: Robert Richter <rrichter@cavium.com>
arch/arm64/Makefile
arch/arm64/boot/dts/Makefile
This page took 0.028059 seconds and 5 git commands to generate.