xref: /openbmc/u-boot/arch/sandbox/dts/Makefile (revision 70341e2e)
1#
2# SPDX-License-Identifier:	GPL-2.0+
3#
4
5dtb-$(CONFIG_SANDBOX) += sandbox.dtb
6dtb-$(CONFIG_UT_DM) += test.dtb
7
8targets += $(dtb-y)
9
10DTC_FLAGS += -R 4 -p 0x1000
11
12PHONY += dtbs
13dtbs: $(addprefix $(obj)/, $(dtb-y))
14	@:
15
16clean-files := *.dtb
17