drivers/auxdisplay/Makefile

Source file repositories/reference/linux-study-clean/drivers/auxdisplay/Makefile

File Facts

System
Linux kernel
Corpus path
drivers/auxdisplay/Makefile
Extension
[no extension]
Size
632 bytes
Lines
19
Domain
Driver Families
Bucket
drivers/auxdisplay
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 kernel auxiliary displays device drivers.
#

obj-$(CONFIG_ARM_CHARLCD)	+= arm-charlcd.o
obj-$(CONFIG_CFAG12864B)	+= cfag12864b.o cfag12864bfb.o
obj-$(CONFIG_CHARLCD)		+= charlcd.o
obj-$(CONFIG_HD44780_COMMON)	+= hd44780_common.o
obj-$(CONFIG_HD44780)		+= hd44780.o
obj-$(CONFIG_HT16K33)		+= ht16k33.o
obj-$(CONFIG_IMG_ASCII_LCD)	+= img-ascii-lcd.o
obj-$(CONFIG_KS0108)		+= ks0108.o
obj-$(CONFIG_LCD2S)		+= lcd2s.o
obj-$(CONFIG_LINEDISP)		+= line-display.o
obj-$(CONFIG_MAX6959)		+= max6959.o
obj-$(CONFIG_PARPORT_PANEL)	+= panel.o
obj-$(CONFIG_SEG_LED_GPIO)	+= seg-led-gpio.o

Annotation

Implementation Notes