From: Benoit Cousson Date: Tue, 6 Nov 2012 14:52:23 +0000 (+0100) Subject: ARM: dts: Makefile: Add the am335x-evmsk target in dtbs list X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=7340dd530c5f72e63201953677b42c9e5fdb2b3d;p=~shefty%2Frdma-dev.git 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 --- diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index 634bd424657..2458b69e2be 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