diff options
author | Andrew Victor <linux@maxim.org.za> | 2008-04-15 16:05:03 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-04-17 10:55:48 -0400 |
commit | 35131fb6c2a8f66a31521369c27cd035168c6ae7 (patch) | |
tree | af963a9c9bdcc6932ddc528355b9749bd3874fd6 /arch/arm/mach-at91/Makefile | |
parent | 6dccd74b38fae5a531e0df8cc6f4fbf1e468e100 (diff) |
[ARM] 4978/1: [AT91] KB9260 (CAM60) board support
Support for the Kwikbyte KB9260 (CAM60) board.
<http://www.kwikbyte.com/KB9260.html>
Original patch from Kwikbyte.
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 bf5f293dccf8..7e083ca84e37 100644 --- a/arch/arm/mach-at91/Makefile +++ b/arch/arm/mach-at91/Makefile | |||
@@ -32,6 +32,7 @@ obj-$(CONFIG_MACH_PICOTUX2XX) += board-picotux200.o | |||
32 | 32 | ||
33 | # AT91SAM9260 board-specific support | 33 | # AT91SAM9260 board-specific support |
34 | obj-$(CONFIG_MACH_AT91SAM9260EK) += board-sam9260ek.o | 34 | obj-$(CONFIG_MACH_AT91SAM9260EK) += board-sam9260ek.o |
35 | obj-$(CONFIG_MACH_CAM60) += board-cam60.o | ||
35 | 36 | ||
36 | # AT91SAM9261 board-specific support | 37 | # AT91SAM9261 board-specific support |
37 | obj-$(CONFIG_MACH_AT91SAM9261EK) += board-sam9261ek.o | 38 | obj-$(CONFIG_MACH_AT91SAM9261EK) += board-sam9261ek.o |