diff options
author | Jonas Larsson <jonas.larsson@martinsson.se> | 2009-03-27 05:18:14 -0400 |
---|---|---|
committer | Haavard Skinnemoen <haavard.skinnemoen@atmel.com> | 2009-03-27 10:02:34 -0400 |
commit | a16fffdd8eb95ebab7dc22414896fe6493951e0e (patch) | |
tree | 242e481f52bf05a684b362eeba8a1c5095ed6713 /arch/avr32/boards/merisc/Makefile | |
parent | 9477ab2b2ae098423af2ed4fb1f7b864abfc14fc (diff) |
Add Merisc board support
Merisc is the family name for a range of AVR32-based boards.
The boards are designed to be used in a man-machine interfacing
environment, utilizing a touch-based graphical user interface. They host
a vast range of I/O peripherals as well as a large SDRAM & Flash memory
bank.
For more information see: http://www.martinsson.se/merisc
Signed-off-by: Jonas Larsson <jonas.larsson@martinsson.se>
Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
Diffstat (limited to 'arch/avr32/boards/merisc/Makefile')
-rw-r--r-- | arch/avr32/boards/merisc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/avr32/boards/merisc/Makefile b/arch/avr32/boards/merisc/Makefile new file mode 100644 index 000000000000..d24c78729bd1 --- /dev/null +++ b/arch/avr32/boards/merisc/Makefile | |||
@@ -0,0 +1 @@ | |||
obj-y += setup.o flash.o display.o merisc_sysfs.o | |||