Merge branch 'next/gpio-samsung' of git://git.kernel.org/pub/scm/linux/kernel/git...
[deliverable/linux.git] / arch / arm / plat-omap / Makefile
CommitLineData
5e1c5ff4
TL
1#
2# Makefile for the linux kernel.
3#
4
5# Common support
c49f34bc 6obj-y := common.o sram.o clock.o dma.o mux.o fb.o counter_32k.o
5e1c5ff4
TL
7obj-m :=
8obj-n :=
9obj- :=
10
b04b65ab 11# omap_device support (OMAP2+ only at the moment)
576d5e3a 12obj-$(CONFIG_ARCH_OMAP2PLUS) += omap_device.o
b04b65ab 13
92105bb7 14obj-$(CONFIG_OMAP_DM_TIMER) += dmtimer.o
f6049312 15obj-$(CONFIG_OMAP_DEBUG_DEVICES) += debug-devices.o
994c84ea 16obj-$(CONFIG_OMAP_DEBUG_LEDS) += debug-leds.o
e9516516
AK
17i2c-omap-$(CONFIG_I2C_OMAP) := i2c.o
18obj-y += $(i2c-omap-m) $(i2c-omap-y)
271c487e
TL
19
20# OMAP mailbox framework
21obj-$(CONFIG_OMAP_MBOX_FWK) += mailbox.o
22
55d2cb08 23obj-$(CONFIG_OMAP_PM_NOOP) += omap-pm-noop.o
This page took 0.530751 seconds and 5 git commands to generate.