MIPS: Move device-trees into vendor sub-directories
[deliverable/linux.git] / arch / mips / boot / dts / brcm / Makefile
1 dtb-$(CONFIG_BCM3384) += bcm93384wvg.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)
9 clean-files := *.dtb *.dtb.S
This page took 0.02957 seconds and 5 git commands to generate.