summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2011-04-06 16:02:02 -0700
committerRichard Henderson <rth@twiddle.net>2011-04-06 16:02:02 -0700
commite00c70db6ec09b5015ba5602a781d282134d3fcd (patch)
tree8cf83340683dbb2ac8116f7c2921d4f693ebb1f5 /Makefile
downloadqemu-palcode-e00c70db6ec09b5015ba5602a781d282134d3fcd.zip
qemu-palcode-e00c70db6ec09b5015ba5602a781d282134d3fcd.tar.gz
qemu-palcode-e00c70db6ec09b5015ba5602a781d282134d3fcd.tar.bz2
TEMP
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..7c2ac35
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,6 @@
+CC = /home/rth/work/gcc/run-axp/bin/alphaev6-linux-gcc
+
+all: pal.o
+
+pal.o: pal.S
+ $(CC) -c -Wa,-m21264 -g -o $@ $<