aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/samsung_extdisp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/samsung_extdisp/Makefile')
-rw-r--r--drivers/video/samsung_extdisp/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/video/samsung_extdisp/Makefile b/drivers/video/samsung_extdisp/Makefile
new file mode 100644
index 0000000..832bdee
--- /dev/null
+++ b/drivers/video/samsung_extdisp/Makefile
@@ -0,0 +1,11 @@
+#
+# Makefile for the s3c framebuffer driver
+#
+ifeq ($(CONFIG_FB_S5P_EXTDSP),y)
+obj-y += s3cfb_extdsp.o
+s3cfb_extdsp-y := s3cfb_extdsp_main.o s3cfb_extdsp_ops.o
+endif
+
+ifeq ($(CONFIG_FB_S5P_EXTDSP_DEBUG),y)
+EXTRA_CFLAGS += -DDEBUG
+endif