From e527d4b9b9a9902fdcfb827aefae7a3f0a234dda Mon Sep 17 00:00:00 2001 From: Ali Saidi Date: Wed, 16 Aug 2006 15:51:06 -0400 Subject: [PATCH] fix Makefile for new source tree --- system/alpha/console/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/alpha/console/Makefile b/system/alpha/console/Makefile index 777f81fe3..884255d77 100644 --- a/system/alpha/console/Makefile +++ b/system/alpha/console/Makefile @@ -35,7 +35,7 @@ AS=$(CROSS_COMPILE)as LD=$(CROSS_COMPILE)ld DBMENTRY= fffffc0000010000 -CFLAGS=-I . -I ../h -I$(M5)/dev -I$(M5)/util/m5/ -fno-builtin -Wa,-m21164 +CFLAGS=-I . -I ../h -I$(M5)/src/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 ### -- 2.30.2