diff options
author | Benoit Cousson <b-cousson@ti.com> | 2012-11-06 15:52:23 +0100 |
---|---|---|
committer | Benoit Cousson <b-cousson@ti.com> | 2012-11-06 17:29:41 +0100 |
commit | 7340dd530c5f72e63201953677b42c9e5fdb2b3d (patch) | |
tree | 45e3c898cb2146bc0fa211aae123bd0d98d8d132 /arch/arm/boot | |
parent | 35b47fbb12b42e6c577716b67a9172fe46e2f9b0 (diff) | |
download | lwn-7340dd530c5f72e63201953677b42c9e5fdb2b3d.tar.gz lwn-7340dd530c5f72e63201953677b42c9e5fdb2b3d.zip |
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/boot')
-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 634bd4246574..2458b69e2be6 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 |