home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / src / linux-headers-2.6.17-6 / arch / mips / arc / Makefile
Encoding:
Makefile  |  2006-08-11  |  279 b   |  11 lines

  1. #
  2. # Makefile for the ARC prom monitor library routines under Linux.
  3. #
  4.  
  5. lib-y                += cmdline.o env.o file.o identify.o init.o \
  6.                    misc.o salone.o time.o tree.o
  7.  
  8. lib-$(CONFIG_ARC_MEMORY)    += memory.o
  9. lib-$(CONFIG_ARC_CONSOLE)    += arc_con.o
  10. lib-$(CONFIG_ARC_PROMLIB)    += promlib.o
  11.