diff options
author | Andrew Victor <linux@maxim.org.za> | 2008-10-06 15:13:53 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-12-01 12:18:15 -0500 |
commit | ffc63b7d30370e23d7e052df2c1c2c4526464ba6 (patch) | |
tree | c00b88efb18a0cf70e68ebfbba3bd3c9b59075ee /arch/arm/mach-at91/Makefile | |
parent | 8cdae51aa951e22bc9134cc94c30d1206c84ea8e (diff) |
[ARM] 5290/1: [AT91] Add support for the Adeneo NeoCore 926 board
Add support for the Adeneo NeoCore 926 board.
Signed-off-by: Guillaume GARDET <guillaume.gardet@free.fr>
Signed-off-by: Andrew Victor <linux@maxim.org.za>
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-at91/Makefile b/arch/arm/mach-at91/Makefile index f430a64e8610..c69ff237fd14 100644 --- a/arch/arm/mach-at91/Makefile +++ b/arch/arm/mach-at91/Makefile | |||
@@ -47,6 +47,7 @@ obj-$(CONFIG_MACH_AT91SAM9261EK) += board-sam9261ek.o | |||
47 | # AT91SAM9263 board-specific support | 47 | # AT91SAM9263 board-specific support |
48 | obj-$(CONFIG_MACH_AT91SAM9263EK) += board-sam9263ek.o | 48 | obj-$(CONFIG_MACH_AT91SAM9263EK) += board-sam9263ek.o |
49 | obj-$(CONFIG_MACH_USB_A9263) += board-usb-a9263.o | 49 | obj-$(CONFIG_MACH_USB_A9263) += board-usb-a9263.o |
50 | obj-$(CONFIG_MACH_NEOCORE926) += board-neocore926.o | ||
50 | 51 | ||
51 | # AT91SAM9RL board-specific support | 52 | # AT91SAM9RL board-specific support |
52 | obj-$(CONFIG_MACH_AT91SAM9RLEK) += board-sam9rlek.o | 53 | obj-$(CONFIG_MACH_AT91SAM9RLEK) += board-sam9rlek.o |