From a8a87b14ea722a84b8035b0f686fa506c9005f4f Mon Sep 17 00:00:00 2001 From: Ulf Carlsson Date: Fri, 7 May 1999 18:00:16 +0000 Subject: A prom console for the Indigo II which yet doesn't work perfectly. --- arch/mips/sgi/kernel/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'arch/mips/sgi/kernel/Makefile') 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 -- cgit v1.2.3