Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v3.9-rc7 13 lines 292 B view raw
1# Built-in dtb 2builtindtb-y := angel4 3 4ifneq ($(CONFIG_ARC_BUILTIN_DTB_NAME),"") 5 builtindtb-y := $(patsubst "%",%,$(CONFIG_ARC_BUILTIN_DTB_NAME)) 6endif 7 8obj-y += $(builtindtb-y).dtb.o 9targets += $(builtindtb-y).dtb 10 11dtbs: $(addprefix $(obj)/, $(builtindtb-y).dtb) 12 13clean-files := *.dtb