diff options
author | Ali Saidi <saidi@eecs.umich.edu> | 2004-05-18 16:26:16 -0400 |
---|---|---|
committer | Ali Saidi <saidi@eecs.umich.edu> | 2004-05-18 16:26:16 -0400 |
commit | 496c48d9b2cdf77e7c73c04307db9a0ff19828c0 (patch) | |
tree | 354926b108c98fddec60211601597eb14763861d /system/alpha/palcode/Makefile | |
parent | c5d815dc2d43062d4eeb036d528b0cc2ed281c5d (diff) | |
download | gem5-496c48d9b2cdf77e7c73c04307db9a0ff19828c0.tar.xz |
Major clean up of alpha system files.
console/Makefile:
palcode/Makefile:
moved header files to /h so updated make file for that
console/dbmentry.s:
console/paljtokern.s:
console/paljtoslave.s:
upadated to use osf file that the palcode uses, one less file
Diffstat (limited to 'system/alpha/palcode/Makefile')
-rw-r--r-- | system/alpha/palcode/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/alpha/palcode/Makefile b/system/alpha/palcode/Makefile index 14a700c73..4f0cc969c 100644 --- a/system/alpha/palcode/Makefile +++ b/system/alpha/palcode/Makefile @@ -7,7 +7,7 @@ GAS = alpha-elf-as CC = alpha-elf-g++ LD = alpha-elf-ld #CFLAGS=-I ../h -E -P -D SIMOS -nostdinc -nostdinc++ -x c++ -CFLAGS=-I . -E -P -D SIMOS -D BUILD_PALCODE -nostdinc -nostdinc++ -x c++ +CFLAGS=-I . -I ../h -E -P -D SIMOS -D BUILD_PALCODE -nostdinc -nostdinc++ -x c++ GASFLAGS=-m21164 LDFLAGS=-Ttext 0x4000 @@ -31,5 +31,5 @@ tsunami: $(PREPROC) $(TSOBJS) $(LD) $(LDFLAGS) -o ts_osfpal $(TSOBJS) clean: - rm -f *.o *.i osfpal + rm -f *.o *.i osfpal ts_osfpal tl_osfpal |