1 # $Id: Makefile,v 1.5 1998/07/26 03:02:54 davem Exp $
2 # Makefile for the linux Sparc64-specific parts of the memory manager.
4 # Note! Dependencies are done automagically by 'make dep', which also
5 # removes any old dependencies. DON'T put your own dependencies here
6 # unless it's something special (ie not a .c file).
8 # Note 2! The CFLAGS definition is now in the main makefile...
11 $(CPP
) -D__ASSEMBLY__
$(AFLAGS
) -ansi
$< -o
$*.s
14 $(CC
) -D__ASSEMBLY__
$(AFLAGS
) -ansi
-c
$< -o
$*.o
17 O_OBJS
:= ultra.o fault.o init.o generic.o asyncd.o extable.o modutil.o
19 include $(TOPDIR
)/Rules.make