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 / mips / dec / prom / Makefile
Encoding:
Makefile  |  2008-12-24  |  205 b   |  10 lines

  1. #
  2. # Makefile for the DECstation prom monitor library routines
  3. # under Linux.
  4. #
  5.  
  6. lib-y            += init.o memory.o cmdline.o identify.o console.o
  7.  
  8. lib-$(CONFIG_32BIT)    += locore.o
  9. lib-$(CONFIG_64BIT)    += call_o32.o
  10.