From 33ad161a0412bf959548cf220f44afe6060eefe5 Mon Sep 17 00:00:00 2001 From: Mark McLoughlin Date: Thu, 22 Oct 2009 17:49:04 +0100 Subject: [PATCH] net: move tap-win32.c under net/ Signed-off-by: Mark McLoughlin Signed-off-by: Anthony Liguori --- Makefile | 2 +- tap-win32.c => net/tap-win32.c | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename tap-win32.c => net/tap-win32.c (100%) diff --git a/Makefile b/Makefile index 5a9de55ff1..6328aee852 100644 --- a/Makefile +++ b/Makefile @@ -88,6 +88,7 @@ block-obj-y += $(addprefix block/, $(block-nested-y)) net-obj-y = net.o net-nested-y = queue.o checksum.o +net-nested-$(CONFIG_WIN32) += tap-win32.o net-obj-y += $(addprefix net/, $(net-nested-y)) ###################################################################### @@ -132,7 +133,6 @@ obj-y += qdev.o qdev-properties.o obj-y += qint.o qstring.o qdict.o qlist.o qemu-config.o obj-$(CONFIG_BRLAPI) += baum.o -obj-$(CONFIG_WIN32) += tap-win32.o obj-$(CONFIG_POSIX) += migration-exec.o migration-unix.o migration-fd.o audio/audio.o audio/fmodaudio.o: QEMU_CFLAGS += $(FMOD_CFLAGS) diff --git a/tap-win32.c b/net/tap-win32.c similarity index 100% rename from tap-win32.c rename to net/tap-win32.c -- GitLab