Makefile 456 字节
Newer Older
1 2 3 4 5
#
# Makefile for the linux kernel.
#

# Common support
6
obj-y := sram.o dma.o fb.o counter_32k.o
7 8 9 10
obj-m :=
obj-n :=
obj-  :=

11 12
# omap_device support (OMAP2+ only at the moment)

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 17
i2c-omap-$(CONFIG_I2C_OMAP) := i2c.o
obj-y += $(i2c-omap-m) $(i2c-omap-y)
18 19 20 21

# OMAP mailbox framework
obj-$(CONFIG_OMAP_MBOX_FWK) += mailbox.o