summaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorAli Saidi <saidi@eecs.umich.edu>2006-08-16 15:51:06 -0400
committerAli Saidi <saidi@eecs.umich.edu>2006-08-16 15:51:06 -0400
commite527d4b9b9a9902fdcfb827aefae7a3f0a234dda (patch)
tree389fcd04ef54b8ea0e21c6250a719bab16e3fce0 /system
parent4d1f6a8aca88b08b258ffaf17e192d19f860877e (diff)
downloadgem5-e527d4b9b9a9902fdcfb827aefae7a3f0a234dda.tar.xz
fix Makefile for new source tree
Diffstat (limited to 'system')
-rw-r--r--system/alpha/console/Makefile2
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 ###