summaryrefslogtreecommitdiffstats
path: root/arch/kvx/dts/Makefile
blob: 391783c1eab85c5dbda768c0a92365ac57e75308 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# just to build a built-in.o. Otherwise compilation fails when no devicetree is
# created.
obj- += dummy.o

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

obj-$(CONFIG_BOARD_K200) += k200.dtb.o

always := $(dtb-y)
clean-files := *.dtb *.dtb.S .*.dtc .*.pre .*.dts