From 5e1d417bec92ac1045b31e7144f35d66b420dc0a Mon Sep 17 00:00:00 2001 From: Horatiu Vultur Date: Wed, 3 Apr 2019 19:54:45 +0200 Subject: net: Add MSCC Jaguar2 network driver. Add network driver for Microsemi Ethernet switch. It is present on Jaguar2 SoCs. Reviewed-by: Daniel Schwierzeck Signed-off-by: Horatiu Vultur --- drivers/net/mscc_eswitch/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/net/mscc_eswitch/Makefile') diff --git a/drivers/net/mscc_eswitch/Makefile b/drivers/net/mscc_eswitch/Makefile index 751a839a5f..0a1b8632a9 100644 --- a/drivers/net/mscc_eswitch/Makefile +++ b/drivers/net/mscc_eswitch/Makefile @@ -1,3 +1,4 @@ obj-$(CONFIG_MSCC_OCELOT_SWITCH) += ocelot_switch.o mscc_miim.o mscc_xfer.o mscc_mac_table.o obj-$(CONFIG_MSCC_LUTON_SWITCH) += luton_switch.o mscc_miim.o mscc_xfer.o mscc_mac_table.o +obj-$(CONFIG_MSCC_JR2_SWITCH) += jr2_switch.o mscc_xfer.o -- cgit