summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvinothkumar <c_vvarat@qti.qualcomm.com>2013-10-21 15:24:29 +0530
committerMadan Mohan Koyyalamudi <mkoyyala@qca.qualcomm.com>2013-10-23 20:07:30 -0700
commite36366bfd3c36b09a5f9a53178579bfce4c137b0 (patch)
treec01d23a9883dbc0a3ed33b3d9ddab582391bf055
parent9b08b4298e246520a98ee092950ad16e0542b1fd (diff)
cld: Enbale BUILD_DIAG_VERSION in Kbuild and Makefile
BUILD_DIAG_VERSION is enabled by default in Kbuild and Makefile of qcacld-2.0 Change-Id: I6e25c73f6543cd8887581a68b1577ed27a9a88f1 CRs-Fixed: 557694
-rwxr-xr-xKbuild2
-rw-r--r--Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/Kbuild b/Kbuild
index 2272d0231818..b9c2c4b73ad0 100755
--- a/Kbuild
+++ b/Kbuild
@@ -50,7 +50,7 @@ endif
BUILD_DEBUG_VERSION := 1
#Enable this flag to build driver in diag version
-BUILD_DIAG_VERSION := 0
+BUILD_DIAG_VERSION := 1
#Do we panic on bug? default is to warn
PANIC_ON_BUG := 0
diff --git a/Makefile b/Makefile
index 20b96f396950..dd016a9e9e04 100644
--- a/Makefile
+++ b/Makefile
@@ -50,7 +50,7 @@
BUILD_DEBUG_VERSION := 1
#Enable this flag to build driver in diag version
-BUILD_DIAG_VERSION := 0
+BUILD_DIAG_VERSION := 1
#Do we panic on bug? default is to warn
PANIC_ON_BUG := 0