]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blob - arch/arm/plat-omap/Makefile
d91424edf5769d63d75ddf38504174e1e10092ed
[linux-2.6-omap-h63xx.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 ifeq ($(CONFIG_ARCH_OMAP1),y)
13 obj-$(CONFIG_OMAP_32K_TIMER)    += timer32k.o
14 endif
15
16 # OCPI interconnect support for 1710, 1610 and 5912
17 obj-$(CONFIG_ARCH_OMAP16XX) += ocpi.o
18
19 obj-$(CONFIG_OMAP_MCBSP) += mcbsp.o
20
21 obj-$(CONFIG_CPU_FREQ) += cpu-omap.o
22 obj-$(CONFIG_OMAP_DM_TIMER) += dmtimer.o
23 obj-$(CONFIG_OMAP_DEBUG_DEVICES) += debug-devices.o
24 obj-$(CONFIG_OMAP_DEBUG_LEDS) += debug-leds.o
25 obj-$(CONFIG_I2C_OMAP) += i2c.o
26
27 # OMAP mailbox framework
28 obj-$(CONFIG_OMAP_MBOX_FWK) += mailbox.o
29