summaryrefslogtreecommitdiff
path: root/drivers/net/mscc_eswitch/Makefile
diff options
context:
space:
mode:
authorHoratiu Vultur <horatiu.vultur@microchip.com>2019-01-31 15:30:36 +0100
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2019-02-01 14:13:36 +0100
commit45f2748c50c676db2374c7d0a526b70db5ed86f7 (patch)
treefd311907db2c40e3db16f8a667bc9825989c8f90 /drivers/net/mscc_eswitch/Makefile
parent36d04f52ff3e832862a25bf474f0224e995b6ca1 (diff)
net: mscc: Move mac_table_add function into different file.
Move the function mac_table_add into a different file, so it can be reused. Signed-off-by: Horatiu Vultur <horatiu.vultur@microchip.com>
Diffstat (limited to 'drivers/net/mscc_eswitch/Makefile')
-rw-r--r--drivers/net/mscc_eswitch/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/mscc_eswitch/Makefile b/drivers/net/mscc_eswitch/Makefile
index 20e8e4c32a..704f854f06 100644
--- a/drivers/net/mscc_eswitch/Makefile
+++ b/drivers/net/mscc_eswitch/Makefile
@@ -1,2 +1,2 @@
-obj-$(CONFIG_MSCC_OCELOT_SWITCH) += ocelot_switch.o mscc_miim.o mscc_xfer.o
+obj-$(CONFIG_MSCC_OCELOT_SWITCH) += ocelot_switch.o mscc_miim.o mscc_xfer.o mscc_mac_table.o