net/mlx4_core: Fix mailbox leak in error flow when performing update qp
[cascardo/linux.git] / net / Makefile
index 3995613..a5d0409 100644 (file)
@@ -74,3 +74,6 @@ obj-$(CONFIG_HSR)             += hsr/
 ifneq ($(CONFIG_NET_SWITCHDEV),)
 obj-y                          += switchdev/
 endif
+ifneq ($(CONFIG_NET_L3_MASTER_DEV),)
+obj-y                          += l3mdev/
+endif