a9f75ac5a2
Add support for booting CRISv32 with a built-in device tree. Signed-off-by: Rabin Vincent <rabin@rab.in> Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
7 lines
159 B
Makefile
7 lines
159 B
Makefile
BUILTIN_DTB := $(patsubst "%",%,$(CONFIG_BUILTIN_DTB)).dtb.o
|
|
ifneq ($(CONFIG_BUILTIN_DTB),"")
|
|
obj-$(CONFIG_OF) += $(BUILTIN_DTB)
|
|
endif
|
|
|
|
clean-files := *.dtb.S
|