# SPDX-License-Identifier: GPL-2.0 # # Makefile for the linux networking. # # 2 Sep 2000, Christoph Hellwig <hch@infradead.org> # Rewritten to use lists instead of if-statements. # obj-$(CONFIG_NET) := socket.o core/ tmp-$(CONFIG_COMPAT) := compat.o obj-$(CONFIG_NET) += $(tmp-y) # LLC has to be linked before the files in net/802/ obj-$(CONFIG_LLC) += llc/ obj-$(CONFIG_NET) += ethernet/ 802/ sched/ netlink/ bpf/ obj-$(CONFIG_NETFILTER) += netfilter/ obj-$(CONFIG_INET) += ipv4/ obj-$(CONFIG_TLS) += tls/ obj-$(CONFIG_XFRM) += xfrm/ obj-$(CONFIG_UNIX_SCM) += unix/ obj-$(CONFIG_NET) += ipv6/ obj-$(CONFIG_PACKET) += packet/ obj-$(CONFIG_NET_KEY) += key/ obj-$(CONFIG_BRIDGE) += bridge/ obj-$(CONFIG_NET_DSA) += dsa/ obj-$(CONFIG_IPX) += ipx/ obj-$(CONFIG_ATALK) += appletalk/ obj-$(CONFIG_X25) += x25/ obj-$(CONFIG_LAPB) += lapb/ obj-$(CONFIG_NETROM) += netrom/ obj-$(CONFIG_ROSE) += rose/ obj-$(CONFIG_AX25) += ax25/ obj-$(CONFIG_CAN) += can/ obj-$(CONFIG_BT) += bluetooth/ obj-$(CONFIG_SUNRPC) += sunrpc/ obj-$(CONFIG_AF_RXRPC) += rxrpc/ obj-$(CONFIG_AF_KCM) += kcm/ obj-$(CONFIG_STREAM_PARSER) += strparser/ obj-$(CONFIG_ATM) += atm/ obj-$(CONFIG_L2TP) += l2tp/ obj-$(CONFIG_DECNET) += decnet/ obj-$(CONFIG_PHONET) += phonet/ ifneq ($(CONFIG_VLAN_8021Q),) obj-y += 8021q/ endif obj-$(CONFIG_IP_DCCP) += dccp/ obj-$(CONFIG_IP_SCTP) += sctp/ obj-$(CONFIG_RDS) += rds/ obj-$(CONFIG_WIRELESS) += wireless/ obj-$(CONFIG_MAC80211) += mac80211/ obj-$(CONFIG_TIPC) += tipc/ obj-$(CONFIG_NETLABEL) += netlabel/ obj-$(CONFIG_IUCV) += iucv/ obj-$(CONFIG_SMC) += smc/ obj-$(CONFIG_RFKILL) += rfkill/ obj-$(CONFIG_NET_9P) += 9p/ obj-$(CONFIG_CAIF) += caif/ ifneq ($(CONFIG_DCB),) obj-y += dcb/ endif obj-$(CONFIG_6LOWPAN) += 6lowpan/ obj-$(CONFIG_IEEE802154) += ieee802154/ obj-$(CONFIG_MAC802154) += mac802154/ ifeq ($(CONFIG_NET),y) obj-$(CONFIG_SYSCTL) += sysctl_net.o endif obj-$(CONFIG_WIMAX) += wimax/ obj-$(CONFIG_DNS_RESOLVER) += dns_resolver/ obj-$(CONFIG_CEPH_LIB) += ceph/ obj-$(CONFIG_BATMAN_ADV) += batman-adv/ obj-$(CONFIG_NFC) += nfc/ obj-$(CONFIG_PSAMPLE) += psample/ obj-$(CONFIG_NET_IFE) += ife/ obj-$(CONFIG_OPENVSWITCH) += openvswitch/ obj-$(CONFIG_VSOCKETS) += vmw_vsock/ obj-$(CONFIG_MPLS) += mpls/ obj-$(CONFIG_NET_NSH) += nsh/ obj-$(CONFIG_HSR) += hsr/ ifneq ($(CONFIG_NET_SWITCHDEV),) obj-y += switchdev/ endif ifneq ($(CONFIG_NET_L3_MASTER_DEV),) obj-y += l3mdev/ endif obj-$(CONFIG_QRTR) += qrtr/ obj-$(CONFIG_NET_NCSI) += ncsi/
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
6lowpan | Folder | 0755 |
|
|
802 | Folder | 0755 |
|
|
8021q | Folder | 0755 |
|
|
9p | Folder | 0755 |
|
|
appletalk | Folder | 0755 |
|
|
atm | Folder | 0755 |
|
|
ax25 | Folder | 0755 |
|
|
batman-adv | Folder | 0755 |
|
|
bluetooth | Folder | 0755 |
|
|
bpf | Folder | 0755 |
|
|
bridge | Folder | 0755 |
|
|
caif | Folder | 0755 |
|
|
can | Folder | 0755 |
|
|
ceph | Folder | 0755 |
|
|
core | Folder | 0755 |
|
|
dcb | Folder | 0755 |
|
|
dccp | Folder | 0755 |
|
|
decnet | Folder | 0755 |
|
|
dns_resolver | Folder | 0755 |
|
|
dsa | Folder | 0755 |
|
|
ethernet | Folder | 0755 |
|
|
hsr | Folder | 0755 |
|
|
ieee802154 | Folder | 0755 |
|
|
ife | Folder | 0755 |
|
|
ipv4 | Folder | 0755 |
|
|
ipv6 | Folder | 0755 |
|
|
ipx | Folder | 0755 |
|
|
iucv | Folder | 0755 |
|
|
kcm | Folder | 0755 |
|
|
key | Folder | 0755 |
|
|
l2tp | Folder | 0755 |
|
|
l3mdev | Folder | 0755 |
|
|
lapb | Folder | 0755 |
|
|
llc | Folder | 0755 |
|
|
mac80211 | Folder | 0755 |
|
|
mac802154 | Folder | 0755 |
|
|
mpls | Folder | 0755 |
|
|
ncsi | Folder | 0755 |
|
|
netfilter | Folder | 0755 |
|
|
netlabel | Folder | 0755 |
|
|
netlink | Folder | 0755 |
|
|
netrom | Folder | 0755 |
|
|
nfc | Folder | 0755 |
|
|
nsh | Folder | 0755 |
|
|
openvswitch | Folder | 0755 |
|
|
packet | Folder | 0755 |
|
|
phonet | Folder | 0755 |
|
|
psample | Folder | 0755 |
|
|
qrtr | Folder | 0755 |
|
|
rds | Folder | 0755 |
|
|
rfkill | Folder | 0755 |
|
|
rose | Folder | 0755 |
|
|
rxrpc | Folder | 0755 |
|
|
sched | Folder | 0755 |
|
|
sctp | Folder | 0755 |
|
|
smc | Folder | 0755 |
|
|
strparser | Folder | 0755 |
|
|
sunrpc | Folder | 0755 |
|
|
switchdev | Folder | 0755 |
|
|
tipc | Folder | 0755 |
|
|
tls | Folder | 0755 |
|
|
unix | Folder | 0755 |
|
|
vmw_vsock | Folder | 0755 |
|
|
wimax | Folder | 0755 |
|
|
wireless | Folder | 0755 |
|
|
x25 | Folder | 0755 |
|
|
xfrm | Folder | 0755 |
|
|
Kconfig | File | 13.75 KB | 0644 |
|
Makefile | File | 2.46 KB | 0644 |
|