aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMark McLoughlin <markmc@redhat.com>2009-11-25 18:48:57 +0000
committerAnthony Liguori <aliguori@us.ibm.com>2009-12-03 09:41:28 -0600
commit1abecf77d87124076eff8e5836a6d0dd7bd595c5 (patch)
tree20412816f491fed33aa3c2aac4c558c1f4d06933 /Makefile
parent42281ac9a3791749f5f77b5250ad54c8990fdcf2 (diff)
downloadqemu-1abecf77d87124076eff8e5836a6d0dd7bd595c5.zip
qemu-1abecf77d87124076eff8e5836a6d0dd7bd595c5.tar.gz
qemu-1abecf77d87124076eff8e5836a6d0dd7bd595c5.tar.bz2
net: move dump backend code from net.c to net/dump.c
Signed-off-by: Mark McLoughlin <markmc@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 29ef8a9..b59545a 100644
--- a/Makefile
+++ b/Makefile
@@ -101,6 +101,7 @@ block-obj-y += $(addprefix block/, $(block-nested-y))
net-obj-y = net.o
net-nested-y = queue.o checksum.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