net/ieee802154/Makefile

Source file repositories/reference/linux-study-clean/net/ieee802154/Makefile

File Facts

System
Linux kernel
Corpus path
net/ieee802154/Makefile
Extension
[no extension]
Size
337 bytes
Lines
11
Domain
Networking Core
Bucket
Sockets, Protocols, Packet Path, And Network Policy
Inferred role
Networking Core: build/configuration rule
Status
atlas-only

Why This File Exists

Networking stack implementation surface: socket APIs, protocol dispatch, packet flow, routing, filtering, and network namespaces.

Dependency Surface

Detected Declarations

Annotated Snippet

# SPDX-License-Identifier: GPL-2.0
obj-$(CONFIG_IEEE802154) += ieee802154.o
obj-$(CONFIG_IEEE802154_SOCKET) += ieee802154_socket.o
obj-y += 6lowpan/

ieee802154-y := netlink.o nl-mac.o nl-phy.o nl_policy.o core.o \
                header_ops.o sysfs.o nl802154.o trace.o pan.o
ieee802154_socket-y := socket.o

CFLAGS_trace.o := -I$(src)

Annotation

Implementation Notes