SPDX: Convert all of our single license tags to Linux Kernel style
[oweals/u-boot.git] / arch / sandbox / dts / Makefile
index 517b5554756fa417814995ea56f26b48a9654cb7..d231dc2877301c473dc89820a9b938b31d89a702 100644 (file)
@@ -1,4 +1,10 @@
+# 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)