Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394...
[sfrench/cifs-2.6.git] / arch / arm / plat-omap / Makefile
1 #
2 # Makefile for the linux kernel.
3 #
4
5 # Common support
6 obj-y := common.o sram.o sram-fn.o clock.o devices.o dma.o mux.o gpio.o \
7          usb.o fb.o
8 obj-m :=
9 obj-n :=
10 obj-  :=
11
12 obj-$(CONFIG_OMAP_32K_TIMER)    += timer32k.o
13
14 # OCPI interconnect support for 1710, 1610 and 5912
15 obj-$(CONFIG_ARCH_OMAP16XX) += ocpi.o
16
17 obj-$(CONFIG_OMAP_MCBSP) += mcbsp.o
18
19 obj-$(CONFIG_CPU_FREQ) += cpu-omap.o
20 obj-$(CONFIG_OMAP_DM_TIMER) += dmtimer.o
21 obj-$(CONFIG_OMAP_DEBUG_DEVICES) += debug-devices.o
22 obj-$(CONFIG_OMAP_DEBUG_LEDS) += debug-leds.o
23 obj-$(CONFIG_I2C_OMAP) += i2c.o
24
25 # OMAP mailbox framework
26 obj-$(CONFIG_OMAP_MBOX_FWK) += mailbox.o
27