Makefile 352 B

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