diff options
author | Tom Rini <trini@konsulko.com> | 2018-02-19 11:39:39 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-02-19 11:39:39 -0500 |
commit | d884c58f0c7b997fd7f04e360d86717e75de74b1 (patch) | |
tree | 1426af3a541f4900e496ce4f15607da6631b1977 /arch/sandbox/dts/Makefile | |
parent | ede52d04825d69a9aca4d048dae89f3b85e8f504 (diff) | |
parent | c6b89f31806df06a5d7b688a65f9d2e6e6119a55 (diff) | |
download | u-boot-d884c58f0c7b997fd7f04e360d86717e75de74b1.tar.gz |
Merge git://git.denx.de/u-boot-dm
Diffstat (limited to 'arch/sandbox/dts/Makefile')
-rw-r--r-- | arch/sandbox/dts/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/sandbox/dts/Makefile b/arch/sandbox/dts/Makefile index 01975692628..861b4dc2b17 100644 --- a/arch/sandbox/dts/Makefile +++ b/arch/sandbox/dts/Makefile @@ -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) |