Makefile 480 B

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