qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 4/8] vlan cleanup: do not build socket and dump


From: Miguel Di Ciurcio Filho
Subject: [Qemu-devel] [PATCH 4/8] vlan cleanup: do not build socket and dump
Date: Mon, 12 Jul 2010 16:20:49 -0300

---
 Makefile.objs |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/Makefile.objs b/Makefile.objs
index 67f1b21..5442901 100644
--- a/Makefile.objs
+++ b/Makefile.objs
@@ -23,8 +23,6 @@ block-obj-y +=  $(addprefix block/, $(block-nested-y))
 
 net-obj-y = net.o
 net-nested-y = queue.o checksum.o util.o
-net-nested-y += socket.o
-net-nested-y += dump.o
 net-nested-$(CONFIG_POSIX) += tap.o
 net-nested-$(CONFIG_LINUX) += tap-linux.o
 net-nested-$(CONFIG_WIN32) += tap-win32.o
-- 
1.7.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]