summaryrefslogtreecommitdiffstats
path: root/arch/mips/boot/dts/Makefile
blob: 4f265ec447eb74ddda2a64ac9680cde7d7535e2f (plain)
1
2
3
4
5
6
7
8
9
10
11
dtb-$(CONFIG_CAVIUM_OCTEON_SOC)		+= octeon_3xxx.dtb octeon_68xx.dtb
dtb-$(CONFIG_DT_EASY50712)		+= easy50712.dtb

obj-y		+= $(patsubst %.dtb, %.dtb.o, $(dtb-y))

targets		+= dtbs
targets		+= $(dtb-y)

dtbs: $(addprefix $(obj)/, $(dtb-y))

clean-files	+= *.dtb *.dtb.S