diff options
author | Hong Xu <hong.xu@atmel.com> | 2012-04-17 02:26:31 -0400 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2012-04-27 13:40:11 -0400 |
commit | 74db4fb93e4ed4d6241bf0f28e4b5d68a7a05577 (patch) | |
tree | 07c904c57e5c5110a7dfaa9e9b4081a908e28f7e /arch/arm/mach-at91/Makefile | |
parent | 02059684271079f96e2a7a4bdc7912f029997866 (diff) |
ARM: at91: Add machine files for AT91SAM9N12 SoC
Signed-off-by: Hong Xu <hong.xu@atmel.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
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 79d0f60af0b2..3bb7a51efc9d 100644 --- a/arch/arm/mach-at91/Makefile +++ b/arch/arm/mach-at91/Makefile | |||
@@ -18,6 +18,7 @@ obj-$(CONFIG_SOC_AT91SAM9260) += at91sam9260.o | |||
18 | obj-$(CONFIG_SOC_AT91SAM9261) += at91sam9261.o | 18 | obj-$(CONFIG_SOC_AT91SAM9261) += at91sam9261.o |
19 | obj-$(CONFIG_SOC_AT91SAM9263) += at91sam9263.o | 19 | obj-$(CONFIG_SOC_AT91SAM9263) += at91sam9263.o |
20 | obj-$(CONFIG_SOC_AT91SAM9G45) += at91sam9g45.o | 20 | obj-$(CONFIG_SOC_AT91SAM9G45) += at91sam9g45.o |
21 | obj-$(CONFIG_SOC_AT91SAM9N12) += at91sam9n12.o | ||
21 | obj-$(CONFIG_SOC_AT91SAM9X5) += at91sam9x5.o | 22 | obj-$(CONFIG_SOC_AT91SAM9X5) += at91sam9x5.o |
22 | obj-$(CONFIG_SOC_AT91SAM9RL) += at91sam9rl.o | 23 | obj-$(CONFIG_SOC_AT91SAM9RL) += at91sam9rl.o |
23 | 24 | ||