Makefile 268 B

12345678910111213
  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
  8. obj-$(CONFIG_MACH_MX27ADS) += mx27ads.o
  9. obj-$(CONFIG_MACH_PCM038) += pcm038.o