summaryrefslogtreecommitdiffstats
path: root/qemu/net/Makefile.objs
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/net/Makefile.objs')
-rw-r--r--qemu/net/Makefile.objs3
1 files changed, 3 insertions, 0 deletions
diff --git a/qemu/net/Makefile.objs b/qemu/net/Makefile.objs
index ec19cb31d..b7c22fddb 100644
--- a/qemu/net/Makefile.objs
+++ b/qemu/net/Makefile.objs
@@ -13,3 +13,6 @@ common-obj-$(CONFIG_HAIKU) += tap-haiku.o
common-obj-$(CONFIG_SLIRP) += slirp.o
common-obj-$(CONFIG_VDE) += vde.o
common-obj-$(CONFIG_NETMAP) += netmap.o
+common-obj-y += filter.o
+common-obj-y += filter-buffer.o
+common-obj-y += filter-mirror.o