projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e8ba72
)
GRU: fix for debug option
author
Jack Steiner
<steiner@sgi.com>
Wed, 19 Nov 2008 23:36:18 +0000
(15:36 -0800)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Thu, 20 Nov 2008 02:49:57 +0000
(18:49 -0800)
Enable -D DEBUG in the GRU Makefile if CONFIG_SGI_GRU_DEBUG is selected.
Signed-off-by: Jack Steiner <steiner@sgi.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/misc/sgi-gru/Makefile
patch
|
blob
|
history
diff --git
a/drivers/misc/sgi-gru/Makefile
b/drivers/misc/sgi-gru/Makefile
index d03597a521b00124bf6f6174da61c51185790c11..9e9170b3599a249e4576fbb8b8d4214dead20a2a 100644
(file)
--- a/
drivers/misc/sgi-gru/Makefile
+++ b/
drivers/misc/sgi-gru/Makefile
@@
-1,3
+1,7
@@
+ifdef CONFIG_SGI_GRU_DEBUG
+ EXTRA_CFLAGS += -DDEBUG
+endif
+
obj-$(CONFIG_SGI_GRU) := gru.o
gru-y := grufile.o grumain.o grufault.o grutlbpurge.o gruprocfs.o grukservices.o