]> rtime.felk.cvut.cz Git - can-eth-gw-linux.git/blob - arch/arm/plat-omap/Makefile
ARM: mxs_defconfig: Improve USB related support
[can-eth-gw-linux.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 clock.o dma.o fb.o counter_32k.o
7 obj-m :=
8 obj-n :=
9 obj-  :=
10
11 # omap_device support (OMAP2+ only at the moment)
12 obj-$(CONFIG_ARCH_OMAP2PLUS) += omap_device.o
13
14 obj-$(CONFIG_OMAP_DM_TIMER) += dmtimer.o
15 obj-$(CONFIG_OMAP_DEBUG_DEVICES) += debug-devices.o
16 obj-$(CONFIG_OMAP_DEBUG_LEDS) += debug-leds.o
17 i2c-omap-$(CONFIG_I2C_OMAP) := i2c.o
18 obj-y += $(i2c-omap-m) $(i2c-omap-y)
19
20 # OMAP mailbox framework
21 obj-$(CONFIG_OMAP_MBOX_FWK) += mailbox.o
22
23 obj-$(CONFIG_OMAP_PM_NOOP) += omap-pm-noop.o