summaryrefslogtreecommitdiffstats
path: root/net/Makefile.objs
diff options
context:
space:
mode:
authorDmitry Fleytman2013-03-09 10:21:04 +0100
committerStefan Hajnoczi2013-03-25 11:13:10 +0100
commit75020a7021513ad4cbad2aa5f6de5d390016f099 (patch)
tree6c3e150e88e7e9144ca777dbb5b608874fb8e276 /net/Makefile.objs
parentnet: iovec checksum calculator (diff)
downloadqemu-75020a7021513ad4cbad2aa5f6de5d390016f099.tar.gz
qemu-75020a7021513ad4cbad2aa5f6de5d390016f099.tar.xz
qemu-75020a7021513ad4cbad2aa5f6de5d390016f099.zip
Common definitions for VMWARE devices
Signed-off-by: Dmitry Fleytman <dmitry@daynix.com> Signed-off-by: Yan Vugenfirer <yan@daynix.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'net/Makefile.objs')
-rw-r--r--net/Makefile.objs1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile.objs b/net/Makefile.objs
index a08cd14e2e..4854a14fe4 100644
--- a/net/Makefile.objs
+++ b/net/Makefile.objs
@@ -1,6 +1,7 @@
common-obj-y = net.o queue.o checksum.o util.o hub.o
common-obj-y += socket.o
common-obj-y += dump.o
+common-obj-y += eth.o
common-obj-$(CONFIG_POSIX) += tap.o
common-obj-$(CONFIG_LINUX) += tap-linux.o
common-obj-$(CONFIG_WIN32) += tap-win32.o