summaryrefslogtreecommitdiffstats
path: root/arch/sandbox/dts/Makefile
blob: 6f6838857849b67890f94f41dba0bb9231556331 (plain)
1
2
3
4
5
6
7
8
9
10
11
ifeq ($(CONFIG_OFTREE),y)
dtb-y += \
	sandbox.dtb
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