Makefile 189 B

12345678910
  1. #
  2. # Makefile for the linux kernel.
  3. #
  4. # Object file lists.
  5. obj-y := system.o generic.o devices.o serial.o
  6. obj-$(CONFIG_MACH_MX27) += cpu_imx27.o
  7. obj-$(CONFIG_MACH_MX27) += clock_imx27.o