drivers/net/ppp/Makefile

Source file repositories/reference/linux-study-clean/drivers/net/ppp/Makefile

File Facts

System
Linux kernel
Corpus path
drivers/net/ppp/Makefile
Extension
[no extension]
Size
422 bytes
Lines
15
Domain
Driver Families
Bucket
drivers/net
Inferred role
Driver Families: build/configuration rule
Status
atlas-only

Why This File Exists

Repeatable hardware-adapter layer. Deep compatibility for every driver is out of scope; this atlas records patterns, probe lifecycles, bus glue, IRQ/DMA usage, and links back to core abstractions.

Dependency Surface

Detected Declarations

Annotated Snippet

# SPDX-License-Identifier: GPL-2.0
#
# Makefile for the Linux PPP network device drivers.
#

obj-$(CONFIG_PPP) += ppp_generic.o
obj-$(CONFIG_PPP_ASYNC) += ppp_async.o
obj-$(CONFIG_PPP_BSDCOMP) += bsd_comp.o
obj-$(CONFIG_PPP_DEFLATE) += ppp_deflate.o
obj-$(CONFIG_PPP_MPPE) += ppp_mppe.o
obj-$(CONFIG_PPP_SYNC_TTY) += ppp_synctty.o
obj-$(CONFIG_PPPOX) += pppox.o
obj-$(CONFIG_PPPOE) += pppoe.o
obj-$(CONFIG_PPTP) += pptp.o

Annotation

Implementation Notes