]> git.proxmox.com Git - mirror_qemu.git/blame - net/Makefile.objs
vhost-net: move stubs to a separate file
[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
4348300e 6common-obj-$(CONFIG_POSIX) += vhost-user.o
d8469de6
PB
7common-obj-$(CONFIG_SLIRP) += slirp.o
8common-obj-$(CONFIG_VDE) += vde.o
58952137 9common-obj-$(CONFIG_NETMAP) += netmap.o
fdccce45 10common-obj-y += filter.o
7dbb11c8 11common-obj-y += filter-buffer.o
f6d3afb5 12common-obj-y += filter-mirror.o
7dce4e6f 13common-obj-y += colo-compare.o
59509ec1 14common-obj-y += colo.o
e6eee8ab 15common-obj-y += filter-rewriter.o
646c5478 16common-obj-y += filter-replay.o
4348300e
TH
17
18tap-obj-$(CONFIG_LINUX) = tap-linux.o
19tap-obj-$(CONFIG_BSD) = tap-bsd.o
20tap-obj-$(CONFIG_SOLARIS) = tap-solaris.o
21tap-obj-y ?= tap-stub.o
22common-obj-$(CONFIG_POSIX) += tap.o $(tap-obj-y)
23common-obj-$(CONFIG_WIN32) += tap-win32.o
e2ad6f16
FZ
24
25vde.o-libs = $(VDE_LIBS)
d18957db
PP
26
27common-obj-$(CONFIG_CAN_BUS) += can/