1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-18 13:29:16 +02:00

brcm2708: use BuildDTB in image/Makefile

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>

SVN-Revision: 46639
This commit is contained in:
John Crispin 2015-08-17 06:04:18 +00:00
parent b283426374
commit 98e122e4cc

@ -23,7 +23,7 @@ endif
### Image scripts ###
define Build/build-dtb
$(LINUX_DIR)/scripts/dtc/dtc -O dtb -o $@.dtb $(DTS_DIR)/$(DEVICE_DTS).dts
$(call Image/BuildDTB,$(DTS_DIR)/$(DEVICE_DTS).dts,$@.dtb)
endef
define Build/gen-cfg