浏览代码

qcacld-3.0: Disable the export symbols in the driver

Currently the export symbols are enabled in the driver
which is increasing the text section of driver.

Since driver does not need export symbols, disable it.

Change-Id: I463835107fc2a86ee6b4ab36edc75571f644499f
CRs-Fixed: 2462388
Sachin Ahuja 5 年之前
父节点
当前提交
a5d29f71c1
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      configs/default_defconfig

+ 3 - 0
configs/default_defconfig

@@ -111,6 +111,9 @@ CONFIG_WLAN_SYSFS := y
 CONFIG_FEATURE_BECN_STATS := y
 endif
 
+#Disable the Export Symbol config
+CONFIG_WLAN_DISABLE_EXPORT_SYMBOL := y
+
 CONFIG_QCACLD_FEATURE_GREEN_AP := y
 CONFIG_CRYPTO_COMPONENT := y
 #Flag to enable Android Packet Filtering