summaryrefslogtreecommitdiffstats
path: root/arch/mips/dts/Makefile
blob: 348b81426bfa7ef37d6135e45106aeac16222ffe (plain)
1
2
3
4
5
6
7
8
9
10
11
12

BUILTIN_DTB := $(patsubst "%",%,$(CONFIG_BUILTIN_DTB_NAME))
obj-$(CONFIG_BUILTIN_DTB) += $(BUILTIN_DTB).dtb.o

dtb-y += ${BUILTIN_DTB}.dtb

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

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

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