diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2006-02-01 23:06:55 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2006-02-01 23:06:55 +0000 |
commit | 7fb843f8cc67805d66db9e2ec3d482c8a928bdab (patch) | |
tree | 761a8d52409a4eb2fc2f5247c54d37253968c24c /Makefile.target | |
parent | 944588029809b29c800f081d812153f559ec523a (diff) | |
download | qemu-7fb843f8cc67805d66db9e2ec3d482c8a928bdab.zip |
tap win32 support
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1737 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'Makefile.target')
-rw-r--r-- | Makefile.target | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.target b/Makefile.target index 093d40c8ec..a5a2aa0a5e 100644 --- a/Makefile.target +++ b/Makefile.target @@ -272,6 +272,9 @@ endif # must use static linking to avoid leaving stuff in virtual address space VL_OBJS=vl.o osdep.o block.o readline.o monitor.o pci.o console.o VL_OBJS+=block-cow.o block-qcow.o aes.o block-vmdk.o block-cloop.o block-dmg.o block-bochs.o block-vpc.o block-vvfat.o +ifdef CONFIG_WIN32 +VL_OBJS+=tap-win32.o +endif SOUND_HW = sb16.o es1370.o AUDIODRV = audio.o noaudio.o wavaudio.o |