summaryrefslogtreecommitdiffstats
path: root/arch/sandbox/dts/Makefile
blob: 562a078c4b4085653f496f8c6be26e73cd98f619 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
dtb-$(CONFIG_SANDBOX) += sandbox.dtb
dtb-$(CONFIG_DM_TEST) += test.dtb

targets += $(dtb-y)

DTC_FLAGS += -R 4 -p 0x1000

PHONY += dtbs
dtbs: $(addprefix $(obj)/, $(dtb-y))
	@:

clean-files := *.dtb
OpenPOWER on IntegriCloud