Makefile 225 B

123456789101112131415
  1. #
  2. # Makefile for the linux kernel.
  3. #
  4. # Object file lists.
  5. obj-y := irq.o time.o
  6. # W90X900 CPU support files
  7. obj-$(CONFIG_CPU_W90P910) += w90p910.o
  8. # machine support
  9. obj-$(CONFIG_MACH_W90P910EVB) += mach-w90p910evb.o