added gdb support to vl
[qemu] / Makefile
index 40089ee..e3b18f3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -98,7 +98,7 @@ SRCS:= $(OBJS:.o=.c)
 OBJS+= libqemu.a
 
 # cpu emulator library
-LIBOBJS=thunk.o exec.o translate.o cpu-exec.o 
+LIBOBJS=thunk.o exec.o translate.o cpu-exec.o gdbstub.o
 
 ifeq ($(TARGET_ARCH), i386)
 LIBOBJS+=translate-i386.o op-i386.o helper-i386.o
@@ -189,6 +189,7 @@ distclean: clean
        rm -f config.mak config.h
 
 install: $(PROGS)
+       mkdir -p $(prefix)/bin
        install -m 755 -s $(PROGS) $(prefix)/bin
 
 # various test targets