aboutsummaryrefslogtreecommitdiff
path: root/drivers/video/display/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/display/Makefile')
-rw-r--r--drivers/video/display/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/video/display/Makefile b/drivers/video/display/Makefile
new file mode 100644
index 00000000000..c0ea832bf17
--- /dev/null
+++ b/drivers/video/display/Makefile
@@ -0,0 +1,6 @@
+# Display drivers
+
+display-objs := display-sysfs.o
+
+obj-$(CONFIG_DISPLAY_SUPPORT) += display.o
+