ar71xx/sysmocom: fix build of sysmocom board

sysmocom boards wasn't build because they aren't included by a Makefile
This commit is contained in:
Alexander Couzens 2015-02-18 03:15:41 +01:00
parent 6547fca3bd
commit fecdb0e772
1 changed files with 9 additions and 0 deletions

View File

@ -32,3 +32,12 @@ Index: linux-3.10.49/arch/mips/ath79/Kconfig
config ATH79_MACH_BHU_BXU2000N2_A
bool "BHU BXU2000n-2 rev. A support"
select SOC_AR934X
Index: linux-3.10.49/arch/mips/ath79/Makefile
===================================================================
--- linux-3.10.49.orig/arch/mips/ath79/Makefile
+++ linux-3.10.49/arch/mips/ath79/Makefile
@@ -143,3 +143,4 @@ obj-$(CONFIG_ATH79_MACH_WZR_HP_G450H) +=
obj-$(CONFIG_ATH79_MACH_ZCN_1523H) += mach-zcn-1523h.o
obj-$(CONFIG_ATH79_MACH_CARAMBOLA2) += mach-carambola2.o
obj-$(CONFIG_ATH79_MACH_NBG6716) += mach-nbg6716.o
+obj-$(CONFIG_ATH79_MACH_SYSMOCOM) += mach-sysmocom.o