Makefile 220 B

1234567891011
  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