Makefile 294 B

1234567891011121314
  1. #
  2. # Makefile for the linux kernel.
  3. #
  4. # Object file lists.
  5. obj-y += generic.o clock.o devices.o
  6. # Support for CMOS sensor interface
  7. obj-$(CONFIG_MX1_VIDEO) += ksym_mx1.o mx1_camera_fiq.o
  8. # Specific board support
  9. obj-$(CONFIG_ARCH_MX1ADS) += mx1ads.o
  10. obj-$(CONFIG_MACH_SCB9328) += scb9328.o