]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/sandbox/dts/Makefile
sandbox: Add 64-bit sandbox
[people/ms/u-boot.git] / arch / sandbox / dts / Makefile
index 01975692628808f24881e41cfa0938f52dd4940c..861b4dc2b17cae2d948b57341babb5091d79a464 100644 (file)
@@ -2,7 +2,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)