Makefile
上传用户:jlfgdled
上传日期:2013-04-10
资源大小:33168k
文件大小:0k
源码类别:

Linux/Unix编程

开发平台:

Unix_Linux

  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. USE_STANDARD_AS_RULE := true
  5. EXTRA_AFLAGS := -ansi
  6. O_TARGET := mm.o
  7. obj-y    := ultra.o fault.o init.o generic.o extable.o modutil.o
  8. include $(TOPDIR)/Rules.make