summaryrefslogtreecommitdiff
path: root/drivers/net/mscc_eswitch/Makefile
diff options
context:
space:
mode:
authorHoratiu Vultur <horatiu.vultur@microchip.com>2019-01-31 17:30:34 +0300
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2019-02-01 16:13:36 +0300
commit2fff4a9b59855b97f498c2846c5485a65663189b (patch)
tree9682539fb4199c082b83f11c938c13ad764455a9 /drivers/net/mscc_eswitch/Makefile
parent4c66157f427ad87d683b76d6819a00138e9f71dd (diff)
downloadu-boot-2fff4a9b59855b97f498c2846c5485a65663189b.tar.xz
net: mscc: Move miim commands into separate file.
Move miim functions that can be shared in a different file inside mscc_eswitch. 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 32f411dd92..1ceb92a32e 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
+obj-$(CONFIG_MSCC_OCELOT_SWITCH) += ocelot_switch.o mscc_miim.o