Makefile 326 B

1234567891011121314
  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
  10. obj-$(CONFIG_MACH_PCM970_BASEBOARD) += pcm970-baseboard.o