Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v4.19 8 lines 199 B view raw
1ifneq '$(CONFIG_NDS32_BUILTIN_DTB)' '""' 2BUILTIN_DTB := $(patsubst "%",%,$(CONFIG_NDS32_BUILTIN_DTB)).dtb.o 3else 4BUILTIN_DTB := 5endif 6obj-$(CONFIG_OF) += $(BUILTIN_DTB) 7 8clean-files := *.dtb *.dtb.S