kbuild: clean up *.dtb and *.dtb.S patterns from top-level Makefile
[linux-2.6-block.git] / arch / mips / boot / dts / mti / Makefile
CommitLineData
e8823d26 1dtb-$(CONFIG_MIPS_MALTA) += malta.dtb
3f5f0a44 2dtb-$(CONFIG_LEGACY_BOARD_SEAD3) += sead3.dtb
8c0b9ee8
AB
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)