Merge branch 'master' of git://git.denx.de/u-boot-usb
[oweals/u-boot.git] / arch / sandbox / dts / Makefile
index a4c980b2354eb4a2c61b87d6d57103aa3531783a..d231dc2877301c473dc89820a9b938b31d89a702 100644 (file)
@@ -1,4 +1,11 @@
+# SPDX-License-Identifier: GPL-2.0+
+
+ifdef CONFIG_SANDBOX64
+dtb-$(CONFIG_SANDBOX) += sandbox64.dtb
+else
 dtb-$(CONFIG_SANDBOX) += sandbox.dtb
+endif
+dtb-$(CONFIG_UT_DM) += test.dtb
 
 targets += $(dtb-y)