Makefile 163 B

12345678910
  1. #
  2. # Makefile for the linux kernel.
  3. #
  4. # Object file lists.
  5. obj-y += generic.o clock.o devices.o
  6. # Specific board support
  7. obj-$(CONFIG_ARCH_MX1ADS) += mx1ads.o