diff options
author | 2014-03-18 16:02:34 -0400 | |
---|---|---|
committer | 2014-03-18 16:02:34 -0400 | |
commit | 400550ae7e778302a45d2952ac75907903e2610c (patch) | |
tree | aca30c1fc8464a043a98c59c2bf1d7e4037636fe | |
parent | ARM: dts: keystone: Fix control register range for clktsip (diff) | |
download | wireguard-linux-400550ae7e778302a45d2952ac75907903e2610c.tar.xz wireguard-linux-400550ae7e778302a45d2952ac75907903e2610c.zip |
ARM: dts: Build all keystone dt blobs
Now we have additional two SOC/boards supported, so add
make file rule so that all device tree blobs can be build
for keystone with 'make dtbs'.
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
-rw-r--r-- | arch/arm/boot/dts/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index b9d6a8b485e0..49ff796dc02e 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -81,6 +81,9 @@ dtb-$(CONFIG_ARCH_HIGHBANK) += highbank.dtb \ ecx-2000.dtb dtb-$(CONFIG_ARCH_INTEGRATOR) += integratorap.dtb \ integratorcp.dtb +dtb-$(CONFIG_ARCH_KEYSTONE) += k2hk-evm.dtb \ + k2l-evm.dtb \ + k2e-evm.dtb dtb-$(CONFIG_ARCH_LPC32XX) += ea3250.dtb phy3250.dtb dtb-$(CONFIG_ARCH_KIRKWOOD) += kirkwood-cloudbox.dtb \ kirkwood-db-88f6281.dtb \ |