]> git.proxmox.com Git - mirror_qemu.git/blame - net/Makefile.objs
net: netmap: improve netmap_receive_iov()
[mirror_qemu.git] / net / Makefile.objs
CommitLineData
fd9400b3 1common-obj-y = net.o queue.o checksum.o util.o hub.o
d8469de6
PB
2common-obj-y += socket.o
3common-obj-y += dump.o
75020a70 4common-obj-y += eth.o
015a33bd 5common-obj-$(CONFIG_L2TPV3) += l2tpv3.o
56f41de7
PB
6common-obj-$(call land,$(CONFIG_VIRTIO_NET),$(CONFIG_VHOST_NET_USER)) += vhost-user.o
7common-obj-$(call land,$(call lnot,$(CONFIG_VIRTIO_NET)),$(CONFIG_VHOST_NET_USER)) += vhost-user-stub.o
8common-obj-$(CONFIG_ALL) += vhost-user-stub.o
d8469de6
PB
9common-obj-$(CONFIG_SLIRP) += slirp.o
10common-obj-$(CONFIG_VDE) += vde.o
58952137 11common-obj-$(CONFIG_NETMAP) += netmap.o
fdccce45 12common-obj-y += filter.o
7dbb11c8 13common-obj-y += filter-buffer.o
f6d3afb5 14common-obj-y += filter-mirror.o
7dce4e6f 15common-obj-y += colo-compare.o
59509ec1 16common-obj-y += colo.o
e6eee8ab 17common-obj-y += filter-rewriter.o
646c5478 18common-obj-y += filter-replay.o
4348300e
TH
19
20tap-obj-$(CONFIG_LINUX) = tap-linux.o
21tap-obj-$(CONFIG_BSD) = tap-bsd.o
22tap-obj-$(CONFIG_SOLARIS) = tap-solaris.o
23tap-obj-y ?= tap-stub.o
24common-obj-$(CONFIG_POSIX) += tap.o $(tap-obj-y)
25common-obj-$(CONFIG_WIN32) += tap-win32.o
e2ad6f16
FZ
26
27vde.o-libs = $(VDE_LIBS)
d18957db
PP
28
29common-obj-$(CONFIG_CAN_BUS) += can/