MIPS: Lantiq: Move device-trees to arch/mips/boot/dts/
[deliverable/linux.git] / arch / mips / boot / dts / Makefile
1 dtb-$(CONFIG_CAVIUM_OCTEON_SOC) += octeon_3xxx.dtb octeon_68xx.dtb
2 dtb-$(CONFIG_DT_EASY50712) += easy50712.dtb
3
4 obj-y += $(patsubst %.dtb, %.dtb.o, $(dtb-y))
5
6 targets += dtbs
7 targets += $(dtb-y)
8
9 dtbs: $(addprefix $(obj)/, $(dtb-y))
10
11 clean-files += *.dtb *.dtb.S
This page took 0.035308 seconds and 5 git commands to generate.