]> git.sur5r.net Git - u-boot/blob - arch/sandbox/dts/Makefile
Various Makefiles: Add SPDX-License-Identifier tags
[u-boot] / arch / sandbox / dts / Makefile
1 #
2 # SPDX-License-Identifier:      GPL-2.0+
3 #
4
5 dtb-$(CONFIG_SANDBOX) += sandbox.dtb
6 dtb-$(CONFIG_UT_DM) += test.dtb
7
8 targets += $(dtb-y)
9
10 DTC_FLAGS += -R 4 -p 0x1000
11
12 PHONY += dtbs
13 dtbs: $(addprefix $(obj)/, $(dtb-y))
14         @:
15
16 clean-files := *.dtb