summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2005-04-23 17:44:28 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2005-04-23 17:44:28 +0000
commit07f4ddbf7ead5e01316b3579f7d7a11ac1f9489d (patch)
tree6abe5f2e916944c2a39373d422b5999efe05b7b2 /Makefile
parent5516d670f69dafc77c936a02ff9916a9fba9fcd0 (diff)
downloadqemu-07f4ddbf7ead5e01316b3579f7d7a11ac1f9489d.tar.gz
kqemu build fix
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1370 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index bc978167ce..6fc4d9aa3a 100644
--- a/Makefile
+++ b/Makefile
@@ -18,8 +18,12 @@ all: dyngen$(EXESUF) $(TOOLS) $(DOCS)
$(MAKE) -C $$d $@ || exit 1 ; \
done
ifdef CONFIG_KQEMU
+ifdef CONFIG_WIN32
+ $(MAKE) -C kqemu -f Makefile.winnt
+else
$(MAKE) -C kqemu
endif
+endif
qemu-img$(EXESUF): qemu-img.c block.c block-cow.c block-qcow.c aes.c block-vmdk.c block-cloop.c block-dmg.c
$(CC) -DQEMU_TOOL $(CFLAGS) $(LDFLAGS) $(DEFINES) -o $@ $^ -lz $(LIBS)