forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
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/
....@@ -87,3 +87,4 @@
8787 obj-$(CONFIG_QRTR) += qrtr/
8888 obj-$(CONFIG_NET_NCSI) += ncsi/
8989 obj-$(CONFIG_XDP_SOCKETS) += xdp/
90
+obj-$(CONFIG_MPTCP) += mptcp/