]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
added block.c
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 30 Jun 2003 10:12:19 +0000 (10:12 +0000)
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 30 Jun 2003 10:12:19 +0000 (10:12 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@294 c046a42c-6fe2-441c-8c8c-71466251a162

Makefile

index e3b18f32ec3768476134632b7d94d83cea42b6f6..6d6458eb5e485f17d843013aeba9c17160d7ec9e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -140,7 +140,7 @@ ifeq ($(ARCH),alpha)
 endif
 
 # must use static linking to avoid leaving stuff in virtual address space
-vl: vl.o libqemu.a
+vl: vl.o block.o libqemu.a
        $(CC) -static -Wl,-T,i386-vl.ld -o $@ $^  $(LIBS)
 
 depend: $(SRCS)
@@ -210,7 +210,7 @@ dyngen.c dyngen.h dyngen-exec.h ioctls.h syscall_types.h \
 Makefile elf.h elfload.c main.c signal.c qemu.h \
 syscall.c syscall_defs.h vm86.c path.c mmap.c \
 i386.ld ppc.ld alpha.ld s390.ld sparc.ld arm.ld\
-vl.c i386-vl.ld\
+vl.c i386-vl.ld vl.h block.c\
 thunk.c cpu-exec.c translate.c cpu-all.h thunk.h exec.h\
 exec.c cpu-exec.c\
 cpu-i386.h op-i386.c helper-i386.c syscall-i386.h translate-i386.c \