]> Git Repo - qemu.git/blame_incremental - net/Makefile.objs
vl: list user creatable properties when 'help' is argument
[qemu.git] / net / Makefile.objs
... / ...
CommitLineData
1common-obj-y = net.o queue.o checksum.o util.o hub.o
2common-obj-y += socket.o
3common-obj-y += dump.o
4common-obj-y += eth.o
5common-obj-$(CONFIG_L2TPV3) += l2tpv3.o
6common-obj-$(CONFIG_POSIX) += vhost-user.o
7common-obj-$(CONFIG_SLIRP) += slirp.o
8common-obj-$(CONFIG_VDE) += vde.o
9common-obj-$(CONFIG_NETMAP) += netmap.o
10common-obj-y += filter.o
11common-obj-y += filter-buffer.o
12common-obj-y += filter-mirror.o
13common-obj-y += colo-compare.o
14common-obj-y += colo.o
15common-obj-y += filter-rewriter.o
16common-obj-y += filter-replay.o
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
24
25vde.o-libs = $(VDE_LIBS)
26
27common-obj-$(CONFIG_CAN_BUS) += can/
This page took 0.021186 seconds and 4 git commands to generate.