diff options
author | Ali Saidi <saidi@eecs.umich.edu> | 2006-08-16 15:51:06 -0400 |
---|---|---|
committer | Ali Saidi <saidi@eecs.umich.edu> | 2006-08-16 15:51:06 -0400 |
commit | e527d4b9b9a9902fdcfb827aefae7a3f0a234dda (patch) | |
tree | 389fcd04ef54b8ea0e21c6250a719bab16e3fce0 | |
parent | 4d1f6a8aca88b08b258ffaf17e192d19f860877e (diff) | |
download | gem5-e527d4b9b9a9902fdcfb827aefae7a3f0a234dda.tar.xz |
fix Makefile for new source tree
-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 ### |