commit | ad2bf65d1afa4d74faaacea7efa49299c74aa235 | [log] [tgz] |
---|---|---|
author | Horatiu Vultur <horatiu.vultur@microchip.com> | Thu Jan 31 15:30:33 2019 +0100 |
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Fri Feb 01 14:13:36 2019 +0100 |
tree | 152d192a91ea03134061f7941beb2242624306e3 | |
parent | dcb9a997f9e6827529d73d7d11b9cfaddaaf25c3 [diff] [blame] |
net: mscc: Move ocelot_switch to mscc_eswitch folder Move file ocelot_switch to mscc_eswitch to prepare to add new net drivers for other MSCC SoCs. Signed-off-by: Horatiu Vultur <horatiu.vultur@microchip.com>
diff --git a/drivers/net/mscc_eswitch/Makefile b/drivers/net/mscc_eswitch/Makefile new file mode 100644 index 0000000..32f411d --- /dev/null +++ b/drivers/net/mscc_eswitch/Makefile
@@ -0,0 +1,2 @@ + +obj-$(CONFIG_MSCC_OCELOT_SWITCH) += ocelot_switch.o