* added 0.99 linux version
[mascara-docs.git] / i386 / linux / linux-2.3.21 / arch / alpha / mm / Makefile
blobd9614a7c506712063b7231eb9c3e930f630623b9
2 # Makefile for the linux alpha-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...
10 OBJS = init.o fault.o extable.o
12 mm.o: $(OBJS)
13 $(LD) -r -o mm.o $(OBJS)
15 include $(TOPDIR)/Rules.make