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