diff options
author | Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> | 2011-02-18 16:22:23 -0500 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2011-02-28 03:28:46 -0500 |
commit | ea7ee4cae4db6630b388f39c3abe4f86f67211f9 (patch) | |
tree | 461887cc537338617ac3c2208becd2dde9051ffa /arch/arm/mach-mx3/Makefile | |
parent | b03b2a7a2007e4122ec105b54580327d4126e000 (diff) |
mx31: add support for the bugbase 1.3 from buglabs
Note that the hardware schematics and documentations can be obtained
here: http://www.bugcommunity.com/wiki/index.php/BUGbase
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx3/Makefile')
-rw-r--r-- | arch/arm/mach-mx3/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mx3/Makefile b/arch/arm/mach-mx3/Makefile index 224d07a79d7e..a54faf2cf5fa 100644 --- a/arch/arm/mach-mx3/Makefile +++ b/arch/arm/mach-mx3/Makefile | |||
@@ -20,6 +20,7 @@ obj-$(CONFIG_MACH_PCM043) += mach-pcm043.o | |||
20 | obj-$(CONFIG_MACH_ARMADILLO5X0) += mach-armadillo5x0.o | 20 | obj-$(CONFIG_MACH_ARMADILLO5X0) += mach-armadillo5x0.o |
21 | obj-$(CONFIG_MACH_MX35_3DS) += mach-mx35_3ds.o | 21 | obj-$(CONFIG_MACH_MX35_3DS) += mach-mx35_3ds.o |
22 | obj-$(CONFIG_MACH_KZM_ARM11_01) += mach-kzm_arm11_01.o | 22 | obj-$(CONFIG_MACH_KZM_ARM11_01) += mach-kzm_arm11_01.o |
23 | obj-$(CONFIG_MACH_BUG) += mach-bug.o | ||
23 | obj-$(CONFIG_MACH_EUKREA_CPUIMX35) += mach-cpuimx35.o | 24 | obj-$(CONFIG_MACH_EUKREA_CPUIMX35) += mach-cpuimx35.o |
24 | obj-$(CONFIG_MACH_EUKREA_MBIMXSD35_BASEBOARD) += eukrea_mbimxsd-baseboard.o | 25 | obj-$(CONFIG_MACH_EUKREA_MBIMXSD35_BASEBOARD) += eukrea_mbimxsd-baseboard.o |
25 | obj-$(CONFIG_MACH_VPR200) += mach-vpr200.o | 26 | obj-$(CONFIG_MACH_VPR200) += mach-vpr200.o |