projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d1f6a8
)
fix Makefile for new source tree
author
Ali Saidi
<saidi@eecs.umich.edu>
Wed, 16 Aug 2006 19:51:06 +0000
(15:51 -0400)
committer
Ali Saidi
<saidi@eecs.umich.edu>
Wed, 16 Aug 2006 19:51:06 +0000
(15:51 -0400)
system/alpha/console/Makefile
patch
|
blob
|
history
diff --git
a/system/alpha/console/Makefile
b/system/alpha/console/Makefile
index 777f81fe3d2fb2daa6d1d8469c4a5652af749d21..884255d777c9cdad23d33d09ba99c1329950c8a5 100644
(file)
--- 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 ###