patch-2.1.17 linux/arch/sparc/Makefile

Next file: linux/arch/sparc/config.in
Previous file: linux/arch/ppc/kernel/process.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.16/linux/arch/sparc/Makefile linux/arch/sparc/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.21 1996/11/13 05:09:12 davem Exp $
+# $Id: Makefile,v 1.22 1996/12/18 06:17:39 tridge Exp $
 # sparc/Makefile
 #
 # Makefile for the architecture dependent flags and dependencies on the
@@ -34,9 +34,10 @@
 FINITOBJ = $(TOPDIR)/arch/sparc/kernel/finitobj.o
 
 ifdef CONFIG_AP1000
-SUBDIRS := $(SUBDIRS) arch/sparc/ap1000
-ARCHIVES := $(TOPDIR)/arch/sparc/ap1000/ap1000lib.o $(ARCHIVES) 
+SUBDIRS := $(SUBDIRS) arch/sparc/ap1000 mpp
+ARCHIVES := $(TOPDIR)/arch/sparc/ap1000/ap1000lib.o $(TOPDIR)/mpp/mpplib.o $(ARCHIVES) 
 DRIVERS := $(DRIVERS) drivers/ap1000/ap1000.a
+CFLAGS := $(CFLAGS) -D__MPP__=1
 endif
 
 archclean:

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov