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 / sparc64 / mm / Makefile
Encoding:
Makefile  |  2006-08-11  |  277 b   |  11 lines

  1. # $Id: Makefile,v 1.8 2000/12/14 22:57:25 davem Exp $
  2. # Makefile for the linux Sparc64-specific parts of the memory manager.
  3. #
  4.  
  5. EXTRA_AFLAGS := -ansi
  6. EXTRA_CFLAGS := -Werror
  7.  
  8. obj-y    := ultra.o tlb.o tsb.o fault.o init.o generic.o
  9.  
  10. obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o
  11.