summaryrefslogtreecommitdiff
path: root/arch/mips/boot/dts/Makefile
blob: 9b3da1f4bc6d589a10045e9440ac411a850ab6a3 (plain)
1
2
3
4
5
6
7
8
obj-y		+= $(patsubst %.dtb, %.dtb.o, $(dtb-y))

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

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

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