diff options
author | Andrew Victor <andrew@sanpeople.com> | 2007-02-08 04:22:16 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2007-02-08 09:55:25 -0500 |
commit | e6d92e6397634ac7d2e80b16c52f0dfab9b673b4 (patch) | |
tree | 51c4f4dd48bf781779b195b945e2caea335a79d7 /arch/arm/mach-at91/Makefile | |
parent | b2c6561605da4802886cafe96432b8e2968e9edc (diff) |
[ARM] 4146/1: AT91: Support for AT91SAM9263-EK board.
Add support for the Atmel AT91SAM9263-EK board.
Original patch from Nicolas Ferre.
Signed-off-by: Andrew Victor <andrew@sanpeople.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-at91/Makefile')
-rw-r--r-- | arch/arm/mach-at91/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-at91/Makefile b/arch/arm/mach-at91/Makefile index 2fd4cd4a57f8..05de6cdc88f1 100644 --- a/arch/arm/mach-at91/Makefile +++ b/arch/arm/mach-at91/Makefile | |||
@@ -32,6 +32,9 @@ obj-$(CONFIG_MACH_AT91SAM9260EK) += board-sam9260ek.o | |||
32 | # AT91SAM9261 board-specific support | 32 | # AT91SAM9261 board-specific support |
33 | obj-$(CONFIG_MACH_AT91SAM9261EK) += board-sam9261ek.o | 33 | obj-$(CONFIG_MACH_AT91SAM9261EK) += board-sam9261ek.o |
34 | 34 | ||
35 | # AT91SAM9263 board-specific support | ||
36 | obj-$(CONFIG_MACH_AT91SAM9263EK) += board-sam9263ek.o | ||
37 | |||
35 | # LEDs support | 38 | # LEDs support |
36 | led-$(CONFIG_ARCH_AT91RM9200DK) += leds.o | 39 | led-$(CONFIG_ARCH_AT91RM9200DK) += leds.o |
37 | led-$(CONFIG_MACH_AT91RM9200EK) += leds.o | 40 | led-$(CONFIG_MACH_AT91RM9200EK) += leds.o |