You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
167 B
6 lines
167 B
20 years ago
|
# Backlight & LCD drivers
|
||
|
|
||
|
obj-$(CONFIG_LCD_CLASS_DEVICE) += lcd.o
|
||
|
obj-$(CONFIG_BACKLIGHT_CLASS_DEVICE) += backlight.o
|
||
|
obj-$(CONFIG_BACKLIGHT_CORGI) += corgi_bl.o
|