summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2011-04-18 15:17:40 -0700
committerRichard Henderson <rth@twiddle.net>2011-04-18 15:17:40 -0700
commit2c3764b53d9956f6e62a2426ea9744bd8c14d41d (patch)
tree2f3a4a3df28850bc12088b21b7fee8cb8750681d /Makefile
parent53e49943d20f6d80a036d67bd4bcaa24b47be132 (diff)
downloadqemu-palcode-2c3764b53d9956f6e62a2426ea9744bd8c14d41d.zip
qemu-palcode-2c3764b53d9956f6e62a2426ea9744bd8c14d41d.tar.gz
qemu-palcode-2c3764b53d9956f6e62a2426ea9744bd8c14d41d.tar.bz2
Build palcode-sx164 instead of palcode.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index b645d52..03a78a1 100644
--- a/Makefile
+++ b/Makefile
@@ -9,10 +9,10 @@ CFLAGS += -mcpu=pca56
OBJS = pal.o init.o uart.o memset.o printf.o
-all: palcode
+all: palcode-sx164
-palcode: palcode.ld $(OBJS)
- $(LD) -relax -o $@ -T palcode.ld -Map palcode.map $(OBJS)
+palcode-sx164: palcode.ld $(OBJS)
+ $(LD) -relax -o $@ -T palcode.ld -Map $@.map $(OBJS)
clean:
rm -f *.o