diff options
Diffstat (limited to 'net/Makefile.objs')
-rw-r--r-- | net/Makefile.objs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/Makefile.objs b/net/Makefile.objs index ec19cb31d9..5fa2f9731d 100644 --- a/net/Makefile.objs +++ b/net/Makefile.objs @@ -13,3 +13,5 @@ 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 |