From 576196c13ccd4109d10fe98e957cef2f5422b795 Mon Sep 17 00:00:00 2001 From: Ali Saidi Date: Tue, 28 Feb 2006 18:57:34 -0500 Subject: Add m5op to the build process use quiesceNs on other CPUs panic rather than spin on an error console/Makefile: Add m5op to the build process console/dbmentry.S: use quiesceNs on other CPUs console/printf.c: panic rather than spin on an error. --- system/alpha/console/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'system/alpha/console/Makefile') diff --git a/system/alpha/console/Makefile b/system/alpha/console/Makefile index e29c02b1a..7f705dd8c 100644 --- a/system/alpha/console/Makefile +++ b/system/alpha/console/Makefile @@ -35,8 +35,8 @@ AS=$(CROSS_COMPILE)as LD=$(CROSS_COMPILE)ld DBMENTRY= fffffc0000010000 -CFLAGS=-I . -I ../h -I$(M5)/dev -fno-builtin -Wa,-m21164 -OBJS=dbmentry.o printf.o paljtokern.o paljtoslave.o console.o +CFLAGS=-I . -I ../h -I$(M5)/dev -I$(M5)/util/m5/ -fno-builtin -Wa,-m21164 +OBJS=dbmentry.o printf.o paljtokern.o paljtoslave.o console.o m5op.o ### Make sure that the M5 variable is set ### ifndef M5 @@ -45,6 +45,9 @@ endif all: console +m5op.o: $(M5)/util/m5/m5op.S + $(CC) $(CFLAGS) -nostdinc -o $@ -c $< + %.o: %.S $(CC) $(CFLAGS) -nostdinc -o $@ -c $< -- cgit v1.2.3