Update version for v4.1.0-rc5 release
[qemu/ar7.git] / net / Makefile.objs
blobc5d076d19c9e20c6ce996ab31154f460d0d10270
1 common-obj-y = net.o queue.o checksum.o util.o hub.o
2 common-obj-y += socket.o
3 common-obj-y += dump.o
4 common-obj-y += eth.o
5 common-obj-y += announce.o
6 common-obj-$(CONFIG_L2TPV3) += l2tpv3.o
7 common-obj-$(call land,$(CONFIG_VIRTIO_NET),$(CONFIG_VHOST_NET_USER)) += vhost-user.o
8 common-obj-$(call land,$(call lnot,$(CONFIG_VIRTIO_NET)),$(CONFIG_VHOST_NET_USER)) += vhost-user-stub.o
9 common-obj-$(CONFIG_ALL) += vhost-user-stub.o
10 common-obj-$(CONFIG_SLIRP) += slirp.o
11 slirp.o-cflags := $(SLIRP_CFLAGS)
12 slirp.o-libs := $(SLIRP_LIBS)
13 common-obj-$(CONFIG_VDE) += vde.o
14 common-obj-$(CONFIG_NETMAP) += netmap.o
15 common-obj-y += filter.o
16 common-obj-y += filter-buffer.o
17 common-obj-y += filter-mirror.o
18 common-obj-y += colo-compare.o
19 common-obj-y += colo.o
20 common-obj-y += filter-rewriter.o
21 common-obj-y += filter-replay.o
23 tap-obj-$(CONFIG_LINUX) = tap-linux.o
24 tap-obj-$(CONFIG_BSD) = tap-bsd.o
25 tap-obj-$(CONFIG_SOLARIS) = tap-solaris.o
26 tap-obj-y ?= tap-stub.o
27 common-obj-$(CONFIG_POSIX) += tap.o $(tap-obj-y)
28 common-obj-$(CONFIG_WIN32) += tap-win32.o
30 vde.o-libs = $(VDE_LIBS)
32 common-obj-$(CONFIG_CAN_BUS) += can/