Cleanup system directory to fit into modern M5 tree
authorNathan Binkert <nate@binkert.org>
Wed, 16 Feb 2011 06:34:02 +0000 (00:34 -0600)
committerNathan Binkert <nate@binkert.org>
Wed, 16 Feb 2011 06:34:02 +0000 (00:34 -0600)
system/alpha/console/Makefile
system/alpha/palcode/osfpal.nh [deleted file]

index 52efebeb75306a96c889e5df507973292ff20adc..9fea133a2fa4303f83a29cda7f4e962371e21a6b 100644 (file)
@@ -27,6 +27,9 @@
 # Authors: Nathan L. Binkert
 #          Ali G. Saidi
 
+# Point to the M5 diretory so we can get some headers
+M5?=../../..
+
 ### If we are not compiling on an alpha, we must use cross tools ###    
 ifneq ($(shell uname -m), alpha)
 CROSS_COMPILE?=alpha-unknown-linux-gnu-
@@ -36,17 +39,12 @@ AS=$(CROSS_COMPILE)as
 LD=$(CROSS_COMPILE)ld
 
 DBMENTRY= fffffc0000010000
-CFLAGS=-I . -I ../h -I$(M5)/src/dev -I$(M5)/util/m5/ -fno-builtin -Wa,-m21164
+CFLAGS=-I . -I ../h -I$(M5)/src/dev/alpha -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 ###
-ifndef M5
-$(error The M5 variable must be set)
-endif
-
 all: console
 
-m5op.o: $(M5)/util/m5/m5op.S
+m5op.o: $(M5)/util/m5/m5op_alpha.S
        $(CC) $(CFLAGS) -nostdinc -o $@ -c $<
 
 %.o: %.S
diff --git a/system/alpha/palcode/osfpal.nh b/system/alpha/palcode/osfpal.nh
deleted file mode 100644 (file)
index e69de29..0000000