drivers/nfc/st-nci/Makefile

Source file repositories/reference/linux-study-clean/drivers/nfc/st-nci/Makefile

File Facts

System
Linux kernel
Corpus path
drivers/nfc/st-nci/Makefile
Extension
[no extension]
Size
311 bytes
Lines
14
Domain
Driver Families
Bucket
drivers/nfc
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 ST_NCI NCI based NFC driver
#

st-nci-objs = ndlc.o core.o se.o vendor_cmds.o
obj-$(CONFIG_NFC_ST_NCI)     += st-nci.o

st-nci_i2c-objs = i2c.o
obj-$(CONFIG_NFC_ST_NCI_I2C) += st-nci_i2c.o

st-nci_spi-objs = spi.o
obj-$(CONFIG_NFC_ST_NCI_SPI) += st-nci_spi.o

Annotation

Implementation Notes