aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/cb710/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/misc/cb710/Makefile')
-rw-r--r--drivers/misc/cb710/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/misc/cb710/Makefile b/drivers/misc/cb710/Makefile
index 7b80cbf1a609..467c8e9ca3c9 100644
--- a/drivers/misc/cb710/Makefile
+++ b/drivers/misc/cb710/Makefile
@@ -1,6 +1,4 @@
1ifeq ($(CONFIG_CB710_DEBUG),y) 1ccflags-$(CONFIG_CB710_DEBUG) := -DDEBUG
2 EXTRA_CFLAGS += -DDEBUG
3endif
4 2
5obj-$(CONFIG_CB710_CORE) += cb710.o 3obj-$(CONFIG_CB710_CORE) += cb710.o
6 4