Makefile 194 B

123456789
  1. #
  2. # Makefile for the linux kernel.
  3. #
  4. # Common support (must be linked before board specific support)
  5. obj-y += core.o clock.o
  6. # Specific board support
  7. obj-$(CONFIG_MACH_AAED2000) += aaed2000.o