diff options
author | Vivien Didelot <vivien.didelot@savoirfairelinux.com> | 2017-04-12 12:45:03 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-04-17 11:03:17 -0400 |
commit | a6a71f19fe5e05a90e0bd2487b87aba60a7bfbe0 (patch) | |
tree | da822224ba07033b3f2db1ee0583af313cab755e /net/dsa/Makefile | |
parent | 6b6cbc1471676402565e958674523d06213b82d7 (diff) | |
download | linux-a6a71f19fe5e05a90e0bd2487b87aba60a7bfbe0.tar.bz2 |
net: dsa: isolate legacy code
This patch moves as is the legacy DSA code from dsa.c to legacy.c,
except the few shared symbols which remain in dsa.c.
Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/dsa/Makefile')
-rw-r--r-- | net/dsa/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dsa/Makefile b/net/dsa/Makefile index 9b1d478f3713..11a082d7e103 100644 --- a/net/dsa/Makefile +++ b/net/dsa/Makefile @@ -1,6 +1,6 @@ # the core obj-$(CONFIG_NET_DSA) += dsa_core.o -dsa_core-y += dsa.o slave.o dsa2.o switch.o +dsa_core-y += dsa.o slave.o dsa2.o switch.o legacy.o # tagging formats dsa_core-$(CONFIG_NET_DSA_TAG_BRCM) += tag_brcm.o |