forked from Minki/linux
2f6528e15a
Provide a config option to embed a device tree for XLP evaluation boards. This DTB will be used if the firmware does not pass in a device tree pointer. Signed-off-by: Jayachandran C <jayachandranc@netlogicmicro.com> Patchwork: http://patchwork.linux-mips.org/patch/4103/ Signed-off-by: John Crispin <blogic@openwrt.org>
5 lines
94 B
Makefile
5 lines
94 B
Makefile
obj-$(CONFIG_DT_XLP_EVP) := xlp_evp.dtb.o
|
|
|
|
$(obj)/%.dtb: $(obj)/%.dts
|
|
$(call if_changed,dtc)
|