1# 2# Makefile for the linux kernel. 3# 4 5ccflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/arch/arm/plat-omap/include 6 7# Common support 8obj-y := sram.o dma.o counter_32k.o 9obj-m := 10obj-n := 11obj- := 12 13# omap_device support (OMAP2+ only at the moment) 14 15obj-$(CONFIG_OMAP_DM_TIMER) += dmtimer.o 16obj-$(CONFIG_OMAP_DEBUG_LEDS) += debug-leds.o 17i2c-omap-$(CONFIG_I2C_OMAP) := i2c.o 18obj-y += $(i2c-omap-m) $(i2c-omap-y) 19 20# OMAP mailbox framework 21obj-$(CONFIG_OMAP_MBOX_FWK) += mailbox.o 22 23