diff options
author | Igor Plyatov <plyatov@gmail.com> | 2011-01-14 19:01:13 +0100 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2011-01-14 19:49:04 +0100 |
commit | fcdc2ea76d266e06fc95a364d0e547ca44e3890b (patch) | |
tree | 4ecf279f396dce9ba663455cd9916efd8d98638a /arch/arm/mach-at91/Makefile | |
parent | 0fb55d3bb73c7d20b39658e65debd7331c223035 (diff) | |
download | linux-fcdc2ea76d266e06fc95a364d0e547ca44e3890b.tar.gz linux-fcdc2ea76d266e06fc95a364d0e547ca44e3890b.tar.bz2 linux-fcdc2ea76d266e06fc95a364d0e547ca44e3890b.zip |
AT91: Support for gsia18s board
The GS_IA18_S (GMS) is a carrier board from GeoSIG Ltd used with the
Stamp9G20 SoM from Taskit company.
It operate as an internet accelerometer.
Signed-off-by: Igor Plyatov <plyatov@gmail.com>
[nicolas.ferre@atmel.com: rm Kconfig, whitespace fixes, change machine name]
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch/arm/mach-at91/Makefile')
-rw-r--r-- | arch/arm/mach-at91/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-at91/Makefile b/arch/arm/mach-at91/Makefile index 5ef548ee58b4..a83835e0c185 100644 --- a/arch/arm/mach-at91/Makefile +++ b/arch/arm/mach-at91/Makefile @@ -67,6 +67,7 @@ obj-$(CONFIG_MACH_ACMENETUSFOXG20) += board-foxg20.o obj-$(CONFIG_MACH_STAMP9G20) += board-stamp9g20.o obj-$(CONFIG_MACH_PORTUXG20) += board-stamp9g20.o obj-$(CONFIG_MACH_PCONTROL_G20) += board-pcontrol-g20.o board-stamp9g20.o +obj-$(CONFIG_MACH_GSIA18S) += board-gsia18s.o board-stamp9g20.o # AT91SAM9260/AT91SAM9G20 board-specific support obj-$(CONFIG_MACH_SNAPPER_9260) += board-snapper9260.o |