diff options
author | Bhupesh Sharma <bhupesh.sharma@freescale.com> | 2015-10-24 01:02:01 +0530 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2015-10-23 22:37:57 +0200 |
commit | 41adfe8202d2e7ed64f399e875f12f71a7ef7207 (patch) | |
tree | e87773ddd968b6e3b327cbe69df9db7ba12808f7 | |
parent | b9925d59790d63555e3a3fd3b05d5345be1f6efb (diff) |
dts/Makefile: Add build support for LS2080a QDS & RDB board DTS
This patch adds build support for LS2080a QDS & RDB board DTS files
in the arm64 DTS Makefile.
Signed-off-by: Bhupesh Sharma <bhupesh.sharma@freescale.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
-rw-r--r-- | arch/arm64/boot/dts/freescale/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/Makefile b/arch/arm64/boot/dts/freescale/Makefile index 932001a5ba33..c4957a4aa5aa 100644 --- a/arch/arm64/boot/dts/freescale/Makefile +++ b/arch/arm64/boot/dts/freescale/Makefile @@ -1,3 +1,5 @@ +dtb-$(CONFIG_ARCH_LAYERSCAPE) += fsl-ls2080a-qds.dtb +dtb-$(CONFIG_ARCH_LAYERSCAPE) += fsl-ls2080a-rdb.dtb dtb-$(CONFIG_ARCH_LAYERSCAPE) += fsl-ls2080a-simu.dtb always := $(dtb-y) |