aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-at91/Makefile
diff options
context:
space:
mode:
authorAndrew Victor <linux@maxim.org.za>2008-05-24 12:47:04 -0400
committerRussell King <rmk+kernel@arm.linux.org.uk>2008-06-02 08:53:10 -0400
commitca0a789ab9c83d8fdf28f5c2700b316cd5dec2f0 (patch)
tree9940e2e47c943cd64052a3599cc5b3967a6b5e51 /arch/arm/mach-at91/Makefile
parente3ba22db09408baee721897fb1b50e16f071d916 (diff)
[ARM] 5057/1: [AT91] Calao Systems - board files
Add support for three AT91-based boards available from Calao Systems: USB_A9260, USB_A9263 and QIL_A9260. Signed-off-by: Grégory Hermant <gregory.hermant@calao-systems.com> 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/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-at91/Makefile b/arch/arm/mach-at91/Makefile
index 995be14b2c42..932d17109e8b 100644
--- a/arch/arm/mach-at91/Makefile
+++ b/arch/arm/mach-at91/Makefile
@@ -36,12 +36,15 @@ obj-$(CONFIG_MACH_YL9200) += board-yl-9200.o
36obj-$(CONFIG_MACH_AT91SAM9260EK) += board-sam9260ek.o 36obj-$(CONFIG_MACH_AT91SAM9260EK) += board-sam9260ek.o
37obj-$(CONFIG_MACH_CAM60) += board-cam60.o 37obj-$(CONFIG_MACH_CAM60) += board-cam60.o
38obj-$(CONFIG_MACH_SAM9_L9260) += board-sam9-l9260.o 38obj-$(CONFIG_MACH_SAM9_L9260) += board-sam9-l9260.o
39obj-$(CONFIG_MACH_USB_A9260) += board-usb-a9260.o
40obj-$(CONFIG_MACH_QIL_A9260) += board-qil-a9260.o
39 41
40# AT91SAM9261 board-specific support 42# AT91SAM9261 board-specific support
41obj-$(CONFIG_MACH_AT91SAM9261EK) += board-sam9261ek.o 43obj-$(CONFIG_MACH_AT91SAM9261EK) += board-sam9261ek.o
42 44
43# AT91SAM9263 board-specific support 45# AT91SAM9263 board-specific support
44obj-$(CONFIG_MACH_AT91SAM9263EK) += board-sam9263ek.o 46obj-$(CONFIG_MACH_AT91SAM9263EK) += board-sam9263ek.o
47obj-$(CONFIG_MACH_USB_A9263) += board-usb-a9263.o
45 48
46# AT91SAM9RL board-specific support 49# AT91SAM9RL board-specific support
47obj-$(CONFIG_MACH_AT91SAM9RLEK) += board-sam9rlek.o 50obj-$(CONFIG_MACH_AT91SAM9RLEK) += board-sam9rlek.o