From: Sebastian Hesselbarth Date: Mon, 4 May 2015 20:08:50 +0000 (+0200) Subject: ARM: dts: dove: Add Compulab SBC-A510 to Makefile X-Git-Tag: omap-for-v4.2/fixes-rc1^2~103^2~37^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c1534d94288a51c47823bcd7e06f82fda521a97;p=pandora-kernel.git ARM: dts: dove: Add Compulab SBC-A510 to Makefile With reworked device tree files for Compulab CM-A510 SoM and SBC-A510 base board, now add the correspoding board file to Makefile again. Signed-off-by: Sebastian Hesselbarth Signed-off-by: Gregory CLEMENT --- diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index dc24597c4f2e..ba72134f1fd3 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -653,7 +653,8 @@ dtb-$(CONFIG_MACH_DOVE) += \ dove-cubox-es.dtb \ dove-d2plug.dtb \ dove-d3plug.dtb \ - dove-dove-db.dtb + dove-dove-db.dtb \ + dove-sbc-a510.dtb dtb-$(CONFIG_ARCH_MEDIATEK) += \ mt6589-aquaris5.dtb \ mt6592-evb.dtb \