X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=arch%2Fsandbox%2Fdts%2FMakefile;h=d231dc2877301c473dc89820a9b938b31d89a702;hb=6891152a4596d38ac25d2fe1238e3b6a938554b8;hp=517b5554756fa417814995ea56f26b48a9654cb7;hpb=b14d547245bf47d861b5a9cc5327d98b89e5d0af;p=oweals%2Fu-boot.git diff --git a/arch/sandbox/dts/Makefile b/arch/sandbox/dts/Makefile index 517b555475..d231dc2877 100644 --- a/arch/sandbox/dts/Makefile +++ b/arch/sandbox/dts/Makefile @@ -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)