diff options
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 |