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

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

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

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

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