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