We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8965c16 commit b912d59Copy full SHA for b912d59
net/core/Makefile
@@ -45,5 +45,5 @@ obj-$(CONFIG_BPF_SYSCALL) += bpf_sk_storage.o
45
obj-$(CONFIG_OF) += of_net.o
46
obj-$(CONFIG_NET_TEST) += net_test.o
47
obj-$(CONFIG_NET_DEVMEM) += devmem.o
48
-obj-$(CONFIG_DEBUG_NET_SMALL_RTNL) += rtnl_net_debug.o
+obj-$(CONFIG_DEBUG_NET) += lock_debug.o
49
obj-$(CONFIG_FAIL_SKB_REALLOC) += skb_fault_injection.o
net/core/rtnl_net_debug.c renamed to net/core/lock_debug.c
0 commit comments