diff options
author | Horatiu Vultur <horatiu.vultur@microchip.com> | 2021-11-29 13:43:55 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-11-29 12:58:38 +0000 |
commit | db8bcaad539314df5d58f2c57465e965440d1aa6 (patch) | |
tree | 96a7c7cf31df30dafc74b3a120c9a6403dab24ae /drivers/net/ethernet/microchip/Makefile | |
parent | 642fcf53a9ac145c451483036ab73b6dfce7f8d7 (diff) |
net: lan966x: add the basic lan966x driver
This patch adds basic SwitchDev driver framework for lan966x. It
includes only the IO range mapping and probing of the switch.
Signed-off-by: Horatiu Vultur <horatiu.vultur@microchip.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/microchip/Makefile')
-rw-r--r-- | drivers/net/ethernet/microchip/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/microchip/Makefile b/drivers/net/ethernet/microchip/Makefile index c77dc0379bfd..9faa41436198 100644 --- a/drivers/net/ethernet/microchip/Makefile +++ b/drivers/net/ethernet/microchip/Makefile @@ -9,4 +9,5 @@ obj-$(CONFIG_LAN743X) += lan743x.o lan743x-objs := lan743x_main.o lan743x_ethtool.o lan743x_ptp.o +obj-$(CONFIG_LAN966X_SWITCH) += lan966x/ obj-$(CONFIG_SPARX5_SWITCH) += sparx5/ |