diff options
author | Eric Dumazet <edumazet@google.com> | 2017-02-07 15:37:15 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-02-08 14:38:18 -0500 |
commit | 97e219b7c1f75b14b29abe28ad53e8709e8d15e5 (patch) | |
tree | ffce868c8d15defa68ee441282782f2bacabf80a /net/core/Makefile | |
parent | 40710cf9ad234778eb8b10ef07d922f435005cf7 (diff) | |
download | linux-97e219b7c1f75b14b29abe28ad53e8709e8d15e5.tar.bz2 |
gro_cells: move to net/core/gro_cells.c
We have many gro cells users, so lets move the code to avoid
duplication.
This creates a CONFIG_GRO_CELLS option.
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/core/Makefile')
-rw-r--r-- | net/core/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/core/Makefile b/net/core/Makefile index f6761b6e3b29..79f9479e9658 100644 --- a/net/core/Makefile +++ b/net/core/Makefile @@ -28,3 +28,4 @@ obj-$(CONFIG_LWTUNNEL_BPF) += lwt_bpf.o obj-$(CONFIG_DST_CACHE) += dst_cache.o obj-$(CONFIG_HWBM) += hwbm.o obj-$(CONFIG_NET_DEVLINK) += devlink.o +obj-$(CONFIG_GRO_CELLS) += gro_cells.o |