diff options
author | Pierre Ossman <pierre@ossman.eu> | 2009-06-04 02:00:40 -0400 |
---|---|---|
committer | Pierre Ossman <pierre@ossman.eu> | 2009-06-13 16:42:58 -0400 |
commit | 9bf69a26ad9ccdc49469402275204271b3336ab6 (patch) | |
tree | 29f8da6bf2d6b2f4ec0b4f0e65be44773a7aafa5 /drivers/misc | |
parent | 10eb4f901cacf7da87145330f3ca77b723783497 (diff) |
cb710: handle DEBUG define in Makefile
Signed-off-by: Pierre Ossman <pierre@ossman.eu>
Diffstat (limited to 'drivers/misc')
-rw-r--r-- | drivers/misc/cb710/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/misc/cb710/Makefile b/drivers/misc/cb710/Makefile index 62d51acfecaf..7b80cbf1a609 100644 --- a/drivers/misc/cb710/Makefile +++ b/drivers/misc/cb710/Makefile | |||
@@ -1,3 +1,7 @@ | |||
1 | ifeq ($(CONFIG_CB710_DEBUG),y) | ||
2 | EXTRA_CFLAGS += -DDEBUG | ||
3 | endif | ||
4 | |||
1 | obj-$(CONFIG_CB710_CORE) += cb710.o | 5 | obj-$(CONFIG_CB710_CORE) += cb710.o |
2 | 6 | ||
3 | cb710-y := core.o sgbuf2.o | 7 | cb710-y := core.o sgbuf2.o |