hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/net/Makefile
....@@ -6,14 +6,14 @@
66 # Rewritten to use lists instead of if-statements.
77 #
88
9
-obj-$(CONFIG_NET) := socket.o core/
9
+obj-$(CONFIG_NET) := devres.o socket.o core/
1010
1111 tmp-$(CONFIG_COMPAT) := compat.o
1212 obj-$(CONFIG_NET) += $(tmp-y)
1313
1414 # LLC has to be linked before the files in net/802/
1515 obj-$(CONFIG_LLC) += llc/
16
-obj-$(CONFIG_NET) += ethernet/ 802/ sched/ netlink/ bpf/
16
+obj-$(CONFIG_NET) += ethernet/ 802/ sched/ netlink/ bpf/ ethtool/
1717 obj-$(CONFIG_NETFILTER) += netfilter/
1818 obj-$(CONFIG_INET) += ipv4/
1919 obj-$(CONFIG_TLS) += tls/
....@@ -39,7 +39,6 @@
3939 obj-$(CONFIG_STREAM_PARSER) += strparser/
4040 obj-$(CONFIG_ATM) += atm/
4141 obj-$(CONFIG_L2TP) += l2tp/
42
-obj-$(CONFIG_DECNET) += decnet/
4342 obj-$(CONFIG_PHONET) += phonet/
4443 ifneq ($(CONFIG_VLAN_8021Q),)
4544 obj-y += 8021q/
....@@ -87,3 +86,4 @@
8786 obj-$(CONFIG_QRTR) += qrtr/
8887 obj-$(CONFIG_NET_NCSI) += ncsi/
8988 obj-$(CONFIG_XDP_SOCKETS) += xdp/
89
+obj-$(CONFIG_MPTCP) += mptcp/