diff options
author | Vaibhav Hiremath <hvaibhav@ti.com> | 2012-09-24 22:31:31 +0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-10-09 02:43:57 +0400 |
commit | f0cfa981cec09e6e353295e0f8dc36bc10289996 (patch) | |
tree | 3688834b8647c595a608e5c8584e025edc5b84ae /arch/arm | |
parent | 898f08e159bb63eaa5843f8dc0dab9592d4bae4c (diff) | |
download | linux-f0cfa981cec09e6e353295e0f8dc36bc10289996.tar.xz |
ARM: OMAP2+: Add am335x evm and bone targets to common Makefile
This adds am335x-evm and am335x-bone dtb targets to
'make dtbs', just like other platforms.
Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index 29f541f0e653..5c28db351c28 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -76,7 +76,9 @@ dtb-$(CONFIG_ARCH_OMAP2PLUS) += omap2420-h4.dtb \ omap4-pandaES.dtb \ omap4-var_som.dtb \ omap4-sdp.dtb \ - omap5-evm.dtb + omap5-evm.dtb \ + am335x-evm.dtb \ + am335x-bone.dtb dtb-$(CONFIG_ARCH_PRIMA2) += prima2-evb.dtb dtb-$(CONFIG_ARCH_U8500) += snowball.dtb dtb-$(CONFIG_ARCH_SHMOBILE) += emev2-kzm9d.dtb \ |