image.mk: add a BuildDTB define
authorJonas Gorski <jogo@openwrt.org>
Thu, 16 Jul 2015 11:12:52 +0000 (11:12 +0000)
committerJonas Gorski <jogo@openwrt.org>
Thu, 16 Jul 2015 11:12:52 +0000 (11:12 +0000)
commit1261289f0f5ce719b572f3d3e56f6e5a937788af
treea8369cefcf5883333cf0009e263607ab8eb28678
parent17721e81b10a11ed26b4aa57a1aedd2e64c6f39e
image.mk: add a BuildDTB define

Add a Image/BuildDTB command that takes the path to an dts file and
applies the CPP using the default include directories, then uses dtc
to compile the dts as the specified output file.
Additional CPP and DTC flags can be supplied as additional arguments.

Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 46389
include/image.mk