diff options
Diffstat (limited to 'arch/arm/mach-at91/Makefile')
-rw-r--r-- | arch/arm/mach-at91/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-at91/Makefile b/arch/arm/mach-at91/Makefile index 4eaf80abe100..b2ea2e5a8817 100644 --- a/arch/arm/mach-at91/Makefile +++ b/arch/arm/mach-at91/Makefile | |||
@@ -42,6 +42,7 @@ obj-$(CONFIG_MACH_SAM9_L9260) += board-sam9-l9260.o | |||
42 | obj-$(CONFIG_MACH_USB_A9260) += board-usb-a9260.o | 42 | obj-$(CONFIG_MACH_USB_A9260) += board-usb-a9260.o |
43 | obj-$(CONFIG_MACH_QIL_A9260) += board-qil-a9260.o | 43 | obj-$(CONFIG_MACH_QIL_A9260) += board-qil-a9260.o |
44 | obj-$(CONFIG_MACH_AFEB9260) += board-afeb-9260v1.o | 44 | obj-$(CONFIG_MACH_AFEB9260) += board-afeb-9260v1.o |
45 | obj-$(CONFIG_MACH_CPU9260) += board-cpu9krea.o | ||
45 | 46 | ||
46 | # AT91SAM9261 board-specific support | 47 | # AT91SAM9261 board-specific support |
47 | obj-$(CONFIG_MACH_AT91SAM9261EK) += board-sam9261ek.o | 48 | obj-$(CONFIG_MACH_AT91SAM9261EK) += board-sam9261ek.o |
@@ -57,6 +58,7 @@ obj-$(CONFIG_MACH_AT91SAM9RLEK) += board-sam9rlek.o | |||
57 | 58 | ||
58 | # AT91SAM9G20 board-specific support | 59 | # AT91SAM9G20 board-specific support |
59 | obj-$(CONFIG_MACH_AT91SAM9G20EK) += board-sam9g20ek.o | 60 | obj-$(CONFIG_MACH_AT91SAM9G20EK) += board-sam9g20ek.o |
61 | obj-$(CONFIG_MACH_CPU9G20) += board-cpu9krea.o | ||
60 | 62 | ||
61 | # AT91SAM9G45 board-specific support | 63 | # AT91SAM9G45 board-specific support |
62 | obj-$(CONFIG_MACH_AT91SAM9G45EKES) += board-sam9m10g45ek.o | 64 | obj-$(CONFIG_MACH_AT91SAM9G45EKES) += board-sam9m10g45ek.o |