]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - arch/arm/plat-omap/Makefile
Merge tag 'dm-3.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device...
[mirror_ubuntu-artful-kernel.git] / arch / arm / plat-omap / Makefile
1 #
2 # Makefile for the linux kernel.
3 #
4
5 ccflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/arch/arm/plat-omap/include
6
7 # Common support
8 obj-y := sram.o dma.o counter_32k.o
9 obj-m :=
10 obj-n :=
11 obj- :=
12
13 # omap_device support (OMAP2+ only at the moment)
14
15 obj-$(CONFIG_OMAP_DM_TIMER) += dmtimer.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