fix Makefile for new source tree
This commit is contained in:
parent
4d1f6a8aca
commit
e527d4b9b9
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ AS=$(CROSS_COMPILE)as
|
||||||
LD=$(CROSS_COMPILE)ld
|
LD=$(CROSS_COMPILE)ld
|
||||||
|
|
||||||
DBMENTRY= fffffc0000010000
|
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
|
OBJS=dbmentry.o printf.o paljtokern.o paljtoslave.o console.o m5op.o
|
||||||
|
|
||||||
### Make sure that the M5 variable is set ###
|
### Make sure that the M5 variable is set ###
|
||||||
|
|
Loading…
Reference in a new issue