]> Pileus Git - ~andy/linux/blob - arch/arm/plat-omap/Makefile
OMAP: iommu: add initial debugfs support
[~andy/linux] / arch / arm / plat-omap / Makefile
1 #
2 # Makefile for the linux kernel.
3 #
4
5 # Common support
6 obj-y := common.o sram.o clock.o devices.o dma.o mux.o gpio.o \
7          usb.o fb.o io.o
8 obj-m :=
9 obj-n :=
10 obj-  :=
11
12 # OCPI interconnect support for 1710, 1610 and 5912
13 obj-$(CONFIG_ARCH_OMAP16XX) += ocpi.o
14
15 obj-$(CONFIG_OMAP_MCBSP) += mcbsp.o
16 obj-$(CONFIG_OMAP_IOMMU) += iommu.o iovmm.o
17 obj-$(CONFIG_OMAP_IOMMU_DEBUG) += iommu-debug.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 i2c-omap-$(CONFIG_I2C_OMAP) := i2c.o
24 obj-y += $(i2c-omap-m) $(i2c-omap-y)
25
26 # OMAP mailbox framework
27 obj-$(CONFIG_OMAP_MBOX_FWK) += mailbox.o
28