forked from luck/tmp_suning_uos_patched
beebdeaa1d
This patch adds support for device tree. Signed-off-by: Vincent Chen <vincentc@andestech.com> Signed-off-by: Greentime Hu <greentime@andestech.com> Acked-by: Arnd Bergmann <arnd@arndb.de>
9 lines
199 B
Makefile
9 lines
199 B
Makefile
ifneq '$(CONFIG_NDS32_BUILTIN_DTB)' '""'
|
|
BUILTIN_DTB := $(patsubst "%",%,$(CONFIG_NDS32_BUILTIN_DTB)).dtb.o
|
|
else
|
|
BUILTIN_DTB :=
|
|
endif
|
|
obj-$(CONFIG_OF) += $(BUILTIN_DTB)
|
|
|
|
clean-files := *.dtb *.dtb.S
|