diff options
-rw-r--r-- | system/alpha/console/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 ### |