Files
Debian-9-Kernel/arch/cris/boot/dts/Makefile
T
2023-05-02 09:58:35 +02:00

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