diff options
author | Benoit Cousson <b-cousson@ti.com> | 2012-11-06 14:52:23 (GMT) |
---|---|---|
committer | Benoit Cousson <b-cousson@ti.com> | 2012-11-06 16:29:41 (GMT) |
commit | 7340dd530c5f72e63201953677b42c9e5fdb2b3d (patch) | |
tree | 45e3c898cb2146bc0fa211aae123bd0d98d8d132 /arch/arm | |
parent | 35b47fbb12b42e6c577716b67a9172fe46e2f9b0 (diff) | |
download | linux-fsl-qoriq-7340dd530c5f72e63201953677b42c9e5fdb2b3d.tar.xz |
ARM: dts: Makefile: Add the am335x-evmsk target in dtbs list
The EVMSK was not built with the 'make dtbs' command.
Add the missing entry in the dts Makefile.
Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index 634bd42..2458b69 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -73,6 +73,7 @@ dtb-$(CONFIG_ARCH_OMAP2PLUS) += omap2420-h4.dtb \ omap4-sdp.dtb \ omap5-evm.dtb \ am335x-evm.dtb \ + am335x-evmsk.dtb \ am335x-bone.dtb dtb-$(CONFIG_ARCH_PRIMA2) += prima2-evb.dtb dtb-$(CONFIG_ARCH_U8500) += snowball.dtb |