diff options
author | Horatiu Vultur <horatiu.vultur@microchip.com> | 2019-01-31 15:30:34 +0100 |
---|---|---|
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2019-02-01 14:13:36 +0100 |
commit | 2fff4a9b59855b97f498c2846c5485a65663189b (patch) | |
tree | 9682539fb4199c082b83f11c938c13ad764455a9 /drivers/net/mscc_eswitch/Makefile | |
parent | 4c66157f427ad87d683b76d6819a00138e9f71dd (diff) |
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/Makefile | 2 |
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 |