From 28bbd8e36486de1b578e498bae1c4d650f26305d Mon Sep 17 00:00:00 2001
From: Ben Pfaff <blp@nicira.com>
Date: Wed, 12 Nov 2008 14:58:44 -0800
Subject: [PATCH] Always compile openflow modules with debug information.

---
 datapath/linux-2.6/Kbuild.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/datapath/linux-2.6/Kbuild.in b/datapath/linux-2.6/Kbuild.in
index 07fad36a2..11990026e 100644
--- 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
-- 
2.47.0