kbuild: clean up *.dtb and *.dtb.S patterns from top-level Makefile
[linux-2.6-block.git] / arch / mips / boot / dts / xilfpga / Makefile
CommitLineData
552b8b36
ZLK
1dtb-$(CONFIG_XILFPGA_NEXYS4DDR) += nexys4ddr.dtb
2
3obj-y += $(patsubst %.dtb, %.dtb.o, $(dtb-y))
4
5# Force kbuild to make empty built-in.o if necessary
6obj- += dummy.o
7
8always := $(dtb-y)