X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;ds=sidebyside;f=arch%2Fsandbox%2Fdts%2FMakefile;h=d231dc2877301c473dc89820a9b938b31d89a702;hb=2786cd740ebdbdd653714837eadf359f7b28964f;hp=01975692628808f24881e41cfa0938f52dd4940c;hpb=cad04990715f7eaecd45196e84cf10e9e3248dae;p=oweals%2Fu-boot.git diff --git a/arch/sandbox/dts/Makefile b/arch/sandbox/dts/Makefile index 0197569262..d231dc2877 100644 --- a/arch/sandbox/dts/Makefile +++ b/arch/sandbox/dts/Makefile @@ -1,8 +1,10 @@ -# -# SPDX-License-Identifier: GPL-2.0+ -# +# 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)