diff options
Diffstat (limited to 'arch/arm/mach-omap2/Makefile')
-rw-r--r-- | arch/arm/mach-omap2/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile index 2feb6870b735..93ee990618ef 100644 --- a/arch/arm/mach-omap2/Makefile +++ b/arch/arm/mach-omap2/Makefile | |||
@@ -3,9 +3,15 @@ | |||
3 | # | 3 | # |
4 | 4 | ||
5 | # Common support | 5 | # Common support |
6 | obj-y := irq.o id.o io.o sram-fn.o memory.o control.o prcm.o clock.o mux.o \ | 6 | obj-y := irq.o id.o io.o memory.o control.o prcm.o clock.o mux.o \ |
7 | devices.o serial.o gpmc.o timer-gp.o | 7 | devices.o serial.o gpmc.o timer-gp.o |
8 | 8 | ||
9 | obj-$(CONFIG_OMAP_MCBSP) += mcbsp.o | ||
10 | |||
11 | # Functions loaded to SRAM | ||
12 | obj-$(CONFIG_ARCH_OMAP2420) += sram242x.o | ||
13 | obj-$(CONFIG_ARCH_OMAP2430) += sram243x.o | ||
14 | |||
9 | # Power Management | 15 | # Power Management |
10 | obj-$(CONFIG_PM) += pm.o sleep.o | 16 | obj-$(CONFIG_PM) += pm.o sleep.o |
11 | 17 | ||