drivers/ata/pata_parport/Makefile

Source file repositories/reference/linux-study-clean/drivers/ata/pata_parport/Makefile

File Facts

System
Linux kernel
Corpus path
drivers/ata/pata_parport/Makefile
Extension
[no extension]
Size
719 bytes
Lines
20
Domain
Driver Families
Bucket
drivers/ata
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

obj-$(CONFIG_PATA_PARPORT)      += pata_parport.o

obj-$(CONFIG_PATA_PARPORT_ATEN)	+= aten.o
obj-$(CONFIG_PATA_PARPORT_BPCK)	+= bpck.o
obj-$(CONFIG_PATA_PARPORT_COMM)	+= comm.o
obj-$(CONFIG_PATA_PARPORT_DSTR)	+= dstr.o
obj-$(CONFIG_PATA_PARPORT_KBIC)	+= kbic.o
obj-$(CONFIG_PATA_PARPORT_EPAT)	+= epat.o
obj-$(CONFIG_PATA_PARPORT_EPIA)	+= epia.o
obj-$(CONFIG_PATA_PARPORT_FRPW)	+= frpw.o
obj-$(CONFIG_PATA_PARPORT_FRIQ)	+= friq.o
obj-$(CONFIG_PATA_PARPORT_FIT2)	+= fit2.o
obj-$(CONFIG_PATA_PARPORT_FIT3)	+= fit3.o
obj-$(CONFIG_PATA_PARPORT_ON20)	+= on20.o
obj-$(CONFIG_PATA_PARPORT_ON26)	+= on26.o
obj-$(CONFIG_PATA_PARPORT_KTTI)	+= ktti.o
obj-$(CONFIG_PATA_PARPORT_BPCK6) += bpck6.o

Annotation

Implementation Notes