summaryrefslogtreecommitdiffstats
path: root/arch/mips/sgi/kernel/Makefile
diff options
context:
space:
mode:
authorUlf Carlsson <md1ulfc@mdstud.chalmers.se>1999-05-07 18:00:16 +0000
committerUlf Carlsson <md1ulfc@mdstud.chalmers.se>1999-05-07 18:00:16 +0000
commita8a87b14ea722a84b8035b0f686fa506c9005f4f (patch)
tree80666180e3076f67422fc463425142b4cca4718c /arch/mips/sgi/kernel/Makefile
parent9258cfc6e1c91e593152120a59983c9e9f761855 (diff)
A prom console for the Indigo II which yet doesn't work perfectly.
Diffstat (limited to 'arch/mips/sgi/kernel/Makefile')
-rw-r--r--arch/mips/sgi/kernel/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/arch/mips/sgi/kernel/Makefile b/arch/mips/sgi/kernel/Makefile
index aca1cb036..588ec64ea 100644
--- a/arch/mips/sgi/kernel/Makefile
+++ b/arch/mips/sgi/kernel/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.5 1999/01/27 04:50:27 adevries Exp $
+# $Id: Makefile,v 1.6 1999/02/07 21:56:33 ulfc Exp $
# Makefile for the SGI specific kernel interface routines
# under Linux.
#
@@ -14,7 +14,10 @@
$(CC) $(CFLAGS) -c $< -o $*.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
+ system.o indy_timer.o indyIRQ.o reset.o setup.o time.o
+ifdef CONFIG_SGI_PROM_CONSOLE
+OBJS += promcon.o
+endif
all: sgikern.a