changeset 8d92e9995321 in /z/repo/m5
details: http://repo.m5sim.org/m5?cmd=changeset;node=8d92e9995321
description:
        fix Makefile for new source tree

diffstat:

 system/alpha/console/Makefile |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 680f5c014bed -r 8d92e9995321 system/alpha/console/Makefile
--- a/system/alpha/console/Makefile     Wed Aug 16 15:26:52 2006 -0400
+++ b/system/alpha/console/Makefile     Wed Aug 16 15:51:06 2006 -0400
@@ -35,7 +35,7 @@
 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 ###
_______________________________________________
m5-dev mailing list
m5-dev@m5sim.org
http://m5sim.org/mailman/listinfo/m5-dev

Reply via email to