]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - arch/arm/plat-omap/Makefile
Merge tag 'stable/for-linus-3.8-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel...
[mirror_ubuntu-artful-kernel.git] / arch / arm / plat-omap / Makefile
1 #
2 # Makefile for the linux kernel.
3 #
4
5 # Common support
6 obj-y := sram.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
13 obj-$(CONFIG_OMAP_DM_TIMER) += dmtimer.o
14 obj-$(CONFIG_OMAP_DEBUG_DEVICES) += debug-devices.o
15 obj-$(CONFIG_OMAP_DEBUG_LEDS) += debug-leds.o
16 i2c-omap-$(CONFIG_I2C_OMAP) := i2c.o
17 obj-y += $(i2c-omap-m) $(i2c-omap-y)
18
19 # OMAP mailbox framework
20 obj-$(CONFIG_OMAP_MBOX_FWK) += mailbox.o
21