Makefile 399 B

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