summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPrashanth Bhatta <bhattap@qca.qualcomm.com>2014-01-06 11:13:33 -0800
committerPrakash Dhavali <pdhavali@qca.qualcomm.com>2014-01-11 15:17:09 -0800
commitfd7d50da0aea63c507359e3e1e46d324c27b93ca (patch)
tree8fec2ae7b3dd391cb83ce00b6a33d0c12f55be1f
parent38e926085c16a8aa99c007304eab96f6dd51c51d (diff)
qcacld: Enable FTM in Makefile
Enabling FTM support in Makefile as well similar to Kbuild. Change-Id: Icf9981668015cb22cbc345ba582669d9dc5cde66
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9cf9d19bde60..f6192c6b11c3 100644
--- a/Makefile
+++ b/Makefile
@@ -117,7 +117,7 @@ CONFIG_LITTLE_ENDIAN := 1
CONFIG_TX_CREDIT_RECLAIM_SUPPORT := 0
#Enable FTM support
-CONFIG_QCA_WIFI_FTM := 0
+CONFIG_QCA_WIFI_FTM := 1
#Enable Checksum Offload
CONFIG_CHECKSUM_OFFLOAD := 1