Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v4.5 10 lines 253 B view raw
1dtb-$(CONFIG_MIPS_MALTA) += malta.dtb 2dtb-$(CONFIG_MIPS_SEAD3) += sead3.dtb 3 4obj-y += $(patsubst %.dtb, %.dtb.o, $(dtb-y)) 5 6# Force kbuild to make empty built-in.o if necessary 7obj- += dummy.o 8 9always := $(dtb-y) 10clean-files := *.dtb *.dtb.S