aboutsummaryrefslogtreecommitdiffstats
path: root/net/bridge/Makefile
diff options
context:
space:
mode:
authorHoratiu Vultur <horatiu.vultur@microchip.com>2020-04-26 15:22:04 +0200
committerDavid S. Miller <davem@davemloft.net>2020-04-27 11:40:25 -0700
commitfadd409136f0f21192d80816edd9529f27d88c17 (patch)
tree52e383a6985781726c8bb38fa3a10be69905163d /net/bridge/Makefile
parentc284b54590083017193a836362daa4489e782028 (diff)
downloadnf-fadd409136f0f21192d80816edd9529f27d88c17.tar.gz
bridge: switchdev: mrp: Implement MRP API for switchdev
Implement the MRP api for switchdev. These functions will just eventually call the switchdev functions: switchdev_port_obj_add/del and switchdev_port_attr_set. Signed-off-by: Horatiu Vultur <horatiu.vultur@microchip.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/bridge/Makefile')
-rw-r--r--net/bridge/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/bridge/Makefile b/net/bridge/Makefile
index 49da7ae6f0774..3cacf9dd78d5b 100644
--- a/net/bridge/Makefile
+++ b/net/bridge/Makefile
@@ -25,3 +25,5 @@ bridge-$(CONFIG_BRIDGE_VLAN_FILTERING) += br_vlan.o br_vlan_tunnel.o br_vlan_opt
bridge-$(CONFIG_NET_SWITCHDEV) += br_switchdev.o
obj-$(CONFIG_NETFILTER) += netfilter/
+
+bridge-$(CONFIG_BRIDGE_MRP) += br_mrp_switchdev.o