summaryrefslogtreecommitdiffstats
path: root/arch/riscv/dts/Makefile
blob: 0a88af16038e1d56a3f55689416ad655bf94ac8d (plain)
1
2
3
4
5
6
7
8
9
10
11
BUILTIN_DTB := $(patsubst "%",%,$(CONFIG_BUILTIN_DTB_NAME))
ifneq ($(BUILTIN_DTB),)
obj-dtb-$(CONFIG_BUILTIN_DTB) += $(BUILTIN_DTB).dtb.o
endif

# just to build a built-in.o. Otherwise compilation fails when no devicetree is
# created.
obj- += dummy.o

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