diff options
Diffstat (limited to 'drivers/video/backlight/Makefile')
-rw-r--r-- | drivers/video/backlight/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/video/backlight/Makefile b/drivers/video/backlight/Makefile new file mode 100644 index 000000000000..9aae884475be --- /dev/null +++ b/drivers/video/backlight/Makefile | |||
@@ -0,0 +1,5 @@ | |||
1 | # Backlight & LCD drivers | ||
2 | |||
3 | obj-$(CONFIG_LCD_CLASS_DEVICE) += lcd.o | ||
4 | obj-$(CONFIG_BACKLIGHT_CLASS_DEVICE) += backlight.o | ||
5 | obj-$(CONFIG_BACKLIGHT_CORGI) += corgi_bl.o | ||