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)
commite7b5dd0e1dd5eacd13bee7bc5da2eeea8882e668
tree7f7e9009fc616c2818777e5f10b70e67ac1e3b16
parent491cfb06d0d2c32178d97adc0f84536a385af22d
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