summaryrefslogtreecommitdiffstats
path: root/arch/mips/sgi/kernel
diff options
context:
space:
mode:
authorUlf Carlsson <md1ulfc@mdstud.chalmers.se>1999-02-07 21:56:32 +0000
committerUlf Carlsson <md1ulfc@mdstud.chalmers.se>1999-02-07 21:56:32 +0000
commitb689dbb891c67573036023ac0588d2551921dd39 (patch)
tree88e50f5381e07f8fb1de6d5212d9462a08f2fd48 /arch/mips/sgi/kernel
parentda31fd6a63a4577a9e24dbc5ef09b8e7942cd6fc (diff)
o Removed indy_pbus.c neither it worked nor it was really needed
o Moved the relevant parts right into hal2.c o Found at that I had forgot to setup pbus.cfgdma, I think I'm doing that correctly now o Changed hpcreg pbus_dmacfgs[128][10] to hpcreg pbus_dmacfgs[10][128] in sgihpc.h. It seems to be eiser addressed that way o I'm now using a flags variable instead of +1000 variables! I don't know CVS well enough yet. I'll remove the bogus files in the next burst!
Diffstat (limited to 'arch/mips/sgi/kernel')
-rw-r--r--arch/mips/sgi/kernel/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/sgi/kernel/Makefile b/arch/mips/sgi/kernel/Makefile
index 8c425912a..aca1cb036 100644
--- a/arch/mips/sgi/kernel/Makefile
+++ b/arch/mips/sgi/kernel/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.4 1998/08/25 09:14:48 ralf Exp $
+# $Id: Makefile,v 1.5 1999/01/27 04:50:27 adevries Exp $
# Makefile for the SGI specific kernel interface routines
# under Linux.
#
@@ -13,7 +13,7 @@
.S.o:
$(CC) $(CFLAGS) -c $< -o $*.o
-OBJS = indy_mc.o indy_sc.o indy_hpc.o indy_int.o indy_rtc.o indy_pbus.o \
+OBJS = indy_mc.o indy_sc.o indy_hpc.o indy_int.o indy_rtc.o \
system.o indy_timer.o indyIRQ.o reset.o setup.o time.o
all: sgikern.a