home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / arch / m68k / kernel / Makefile next >
Encoding:
Makefile  |  2008-12-24  |  357 b   |  18 lines

  1. #
  2. # Makefile for the linux kernel.
  3. #
  4.  
  5. ifndef CONFIG_SUN3
  6.   extra-y := head.o
  7. else
  8.   extra-y := sun3-head.o
  9. endif
  10. extra-y    += vmlinux.lds
  11.  
  12. obj-y    := entry.o process.o traps.o ints.o signal.o ptrace.o module.o \
  13.        sys_m68k.o time.o setup.o m68k_ksyms.o devres.o
  14.  
  15. devres-y = ../../../kernel/irq/devres.o
  16.  
  17. obj-y$(CONFIG_MMU_SUN3) += dma.o    # no, it's not a typo
  18.