summaryrefslogtreecommitdiff
path: root/drivers/misc/compdev/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/misc/compdev/Makefile')
-rw-r--r--drivers/misc/compdev/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/misc/compdev/Makefile b/drivers/misc/compdev/Makefile
new file mode 100644
index 00000000000..b8385848712
--- /dev/null
+++ b/drivers/misc/compdev/Makefile
@@ -0,0 +1,6 @@
+obj-$(CONFIG_COMPDEV) += compdev.o
+
+ifdef CONFIG_COMPDEV_DEBUG
+EXTRA_CFLAGS += -DDEBUG
+endif
+