diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2012-10-12 22:22:59 +0200 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2012-10-15 21:12:07 -0700 |
commit | 17bfcd3adc2c2002c1fdf990640bc36aec6a90b3 (patch) | |
tree | 4ffac52187251822924594686e813ac45d33d2c7 /arch/arm | |
parent | ddffeb8c4d0331609ef2581d84de4d763607bd37 (diff) |
ARM: dts: compile Integrator device trees
This makes sure that the ARM Integrator device trees get compiled
during build.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index c1ce813fcc4a..f37cf9fa5fa0 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -25,6 +25,8 @@ dtb-$(CONFIG_ARCH_EXYNOS) += exynos4210-origen.dtb \ exynos4210-trats.dtb \ exynos5250-smdk5250.dtb dtb-$(CONFIG_ARCH_HIGHBANK) += highbank.dtb +dtb-$(CONFIG_ARCH_INTEGRATOR) += integratorap.dtb \ + integratorcp.dtb dtb-$(CONFIG_ARCH_LPC32XX) += ea3250.dtb phy3250.dtb dtb-$(CONFIG_ARCH_KIRKWOOD) += kirkwood-dns320.dtb \ kirkwood-dns325.dtb \ |