drivers/net/wireless/broadcom/brcm80211/Makefile

Source file repositories/reference/linux-study-clean/drivers/net/wireless/broadcom/brcm80211/Makefile

File Facts

System
Linux kernel
Corpus path
drivers/net/wireless/broadcom/brcm80211/Makefile
Extension
[no extension]
Size
313 bytes
Lines
14
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: ISC
#
# Makefile fragment for Broadcom 802.11 Networking Device Driver
#
# Copyright (c) 2010 Broadcom Corporation
#

# common flags
subdir-ccflags-$(CONFIG_BRCMDBG)	+= -DDEBUG

obj-$(CONFIG_BRCMUTIL)	+= brcmutil/
obj-$(CONFIG_BRCMFMAC)	+= brcmfmac/
obj-$(CONFIG_BRCMSMAC)	+= brcmsmac/

Annotation

Implementation Notes