]> git.proxmox.com Git - mirror_qemu.git/blame - net/Makefile.objs
slirp: move sources to src/ subdirectory
[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
50510ea2 5common-obj-y += announce.o
015a33bd 6common-obj-$(CONFIG_L2TPV3) += l2tpv3.o
56f41de7
PB
7common-obj-$(call land,$(CONFIG_VIRTIO_NET),$(CONFIG_VHOST_NET_USER)) += vhost-user.o
8common-obj-$(call land,$(call lnot,$(CONFIG_VIRTIO_NET)),$(CONFIG_VHOST_NET_USER)) += vhost-user-stub.o
9common-obj-$(CONFIG_ALL) += vhost-user-stub.o
d8469de6
PB
10common-obj-$(CONFIG_SLIRP) += slirp.o
11common-obj-$(CONFIG_VDE) += vde.o
58952137 12common-obj-$(CONFIG_NETMAP) += netmap.o
fdccce45 13common-obj-y += filter.o
7dbb11c8 14common-obj-y += filter-buffer.o
f6d3afb5 15common-obj-y += filter-mirror.o
7dce4e6f 16common-obj-y += colo-compare.o
59509ec1 17common-obj-y += colo.o
e6eee8ab 18common-obj-y += filter-rewriter.o
646c5478 19common-obj-y += filter-replay.o
4348300e
TH
20
21tap-obj-$(CONFIG_LINUX) = tap-linux.o
22tap-obj-$(CONFIG_BSD) = tap-bsd.o
23tap-obj-$(CONFIG_SOLARIS) = tap-solaris.o
24tap-obj-y ?= tap-stub.o
25common-obj-$(CONFIG_POSIX) += tap.o $(tap-obj-y)
26common-obj-$(CONFIG_WIN32) += tap-win32.o
e2ad6f16
FZ
27
28vde.o-libs = $(VDE_LIBS)
d18957db
PP
29
30common-obj-$(CONFIG_CAN_BUS) += can/