From 2ee121631b9dd0291502ccac6f897907505faf8c Mon Sep 17 00:00:00 2001 From: James Simmons Date: Tue, 8 May 2007 00:37:15 -0700 Subject: fbdev: display class Add the new display class. This is meant to unite the various solutions to display units ie acpi output device, auxdisplay and the defunct lcd class in the backlight directory. Signed-off-by: James Simmons Cc: "Antonino A. Daplas" Cc: Greg KH Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- drivers/video/display/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 drivers/video/display/Makefile (limited to 'drivers/video/display/Makefile') diff --git a/drivers/video/display/Makefile b/drivers/video/display/Makefile new file mode 100644 index 000000000000..c0ea832bf171 --- /dev/null +++ b/drivers/video/display/Makefile @@ -0,0 +1,6 @@ +# Display drivers + +display-objs := display-sysfs.o + +obj-$(CONFIG_DISPLAY_SUPPORT) += display.o + -- cgit v1.2.2