tegrakernel/kernel/kernel-4.9/arch/mips/boot/dts/ingenic/Makefile

11 lines
259 B
Makefile
Raw Normal View History

2022-02-16 09:13:02 -06:00
dtb-$(CONFIG_JZ4740_QI_LB60) += qi_lb60.dtb
dtb-$(CONFIG_JZ4780_CI20) += ci20.dtb
obj-y += $(patsubst %.dtb, %.dtb.o, $(dtb-y))
# Force kbuild to make empty built-in.o if necessary
obj- += dummy.o
always := $(dtb-y)
clean-files := *.dtb *.dtb.S