summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2003-04-29 20:41:16 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2003-04-29 20:41:16 +0000
commitb9adb4a6bcf3d2511b6c65aa2e9c6866d03fc88a (patch)
tree86c85eef228a0333c5d17ff8f4ac19c680a42af5 /Makefile
parentae48a07313d76b9097ba80a6e0d338acc2201c2e (diff)
downloadqemu-b9adb4a6bcf3d2511b6c65aa2e9c6866d03fc88a.tar.gz
PowerPC disas code
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@107 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 50c51020a0..9008dc95b6 100644
--- a/Makefile
+++ b/Makefile
@@ -51,7 +51,7 @@ OBJS+= libqemu.a
LIBOBJS+=thunk.o translate-i386.o op-i386.o exec-i386.o
# NOTE: the disassembler code is only needed for debugging
-LIBOBJS+=i386-dis.o dis-buf.o
+LIBOBJS+=disas.o ppc-dis.o i386-dis.o dis-buf.o
all: qemu qemu-doc.html
@@ -96,7 +96,7 @@ test speed: qemu
make -C tests $@
TAGS:
- etags *.[ch] i386/*.[ch]
+ etags *.[ch] tests/*.[ch]
# documentation
qemu-doc.html: qemu-doc.texi
@@ -109,7 +109,7 @@ Makefile elf.h thunk.c\
elfload.c main.c signal.c thunk.h\
cpu-i386.h qemu.h op-i386.c opc-i386.h syscall-i386.h translate-i386.c\
dis-asm.h gen-i386.h syscall.c\
-dis-buf.c i386-dis.c opreg_template.h syscall_defs.h\
+dis-buf.c disas.c disas.h ppc-dis.c i386-dis.c opreg_template.h syscall_defs.h\
ppc.ld s390.ld exec-i386.h exec-i386.c path.c configure \
tests/Makefile\
tests/test-i386.c tests/test-i386-shift.h tests/test-i386.h\