diff options
Diffstat (limited to 'arch/arm/mach-at91/Makefile')
-rw-r--r-- | arch/arm/mach-at91/Makefile | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/arch/arm/mach-at91/Makefile b/arch/arm/mach-at91/Makefile index 8ef7d9a2e855..827fdbcce1c7 100644 --- a/arch/arm/mach-at91/Makefile +++ b/arch/arm/mach-at91/Makefile | |||
@@ -8,22 +8,8 @@ obj-$(CONFIG_SOC_AT91SAM9) += sam9_smc.o | |||
8 | 8 | ||
9 | # CPU-specific support | 9 | # CPU-specific support |
10 | obj-$(CONFIG_SOC_AT91RM9200) += at91rm9200.o at91rm9200_time.o | 10 | obj-$(CONFIG_SOC_AT91RM9200) += at91rm9200.o at91rm9200_time.o |
11 | obj-$(CONFIG_SOC_AT91SAM9260) += at91sam9260.o | 11 | obj-$(CONFIG_SOC_AT91SAM9) += at91sam9.o |
12 | obj-$(CONFIG_SOC_AT91SAM9261) += at91sam9261.o | 12 | obj-$(CONFIG_SOC_SAMA5) += sama5.o |
13 | obj-$(CONFIG_SOC_AT91SAM9263) += at91sam9263.o | ||
14 | obj-$(CONFIG_SOC_AT91SAM9G45) += at91sam9g45.o | ||
15 | obj-$(CONFIG_SOC_AT91SAM9N12) += at91sam9n12.o | ||
16 | obj-$(CONFIG_SOC_AT91SAM9X5) += at91sam9x5.o | ||
17 | obj-$(CONFIG_SOC_AT91SAM9RL) += at91sam9rl.o | ||
18 | obj-$(CONFIG_SOC_SAMA5D3) += sama5d3.o | ||
19 | obj-$(CONFIG_SOC_SAMA5D4) += sama5d4.o | ||
20 | |||
21 | # AT91SAM board with device-tree | ||
22 | obj-$(CONFIG_SOC_AT91RM9200) += board-dt-rm9200.o | ||
23 | obj-$(CONFIG_SOC_AT91SAM9) += board-dt-sam9.o | ||
24 | |||
25 | # SAMA5 board with device-tree | ||
26 | obj-$(CONFIG_SOC_SAMA5) += board-dt-sama5.o | ||
27 | 13 | ||
28 | # Power Management | 14 | # Power Management |
29 | obj-$(CONFIG_PM) += pm.o | 15 | obj-$(CONFIG_PM) += pm.o |