Makefile 264 B

123456789101112
  1. #
  2. # Makefile for the linux kernel.
  3. #
  4. # Object file lists.
  5. obj-y := irq.o mm.o time.o devices.o gpio.o
  6. # Board-specific support
  7. obj-$(CONFIG_MACH_RUT100) += board-rut1xx.o
  8. obj-$(CONFIG_MACH_WBD111) += board-wbd111.o
  9. obj-$(CONFIG_MACH_WBD222) += board-wbd222.o