Makefile 176 B

12345678910
  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