projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2371dd3
)
Always compile openflow modules with debug information.
author
Ben Pfaff
<blp@nicira.com>
Wed, 12 Nov 2008 22:58:44 +0000
(14:58 -0800)
committer
Ben Pfaff
<blp@nicira.com>
Thu, 13 Nov 2008 20:38:44 +0000
(12:38 -0800)
datapath/linux-2.6/Kbuild.in
patch
|
blob
|
history
diff --git
a/datapath/linux-2.6/Kbuild.in
b/datapath/linux-2.6/Kbuild.in
index 07fad36a2cc7ee27d5da06be0d1e0d2938c90e4e..11990026ecc29ebb693715a81e251c73461945f3 100644
(file)
--- a/
datapath/linux-2.6/Kbuild.in
+++ b/
datapath/linux-2.6/Kbuild.in
@@
-19,6
+19,7
@@
EXTRA_CFLAGS += -DBUILDNR=\"\"
else
EXTRA_CFLAGS += -DBUILDNR=\"+build$(BUILDNR)\"
endif
+EXTRA_CFLAGS += -g
# These include directories have to go before -I$(KSRC)/include.
# NOSTDINC_FLAGS just happens to be a variable that goes in the