qcacmn: Use module specific kbuilds for config params

write module specific macros inside module/config and
use these inc files inside the kbuild of the module using those
macros.

Change-Id: Ide18770973f35d0e5c45e2474b24256107f40d8c
This commit is contained in:
Akshay Kosigi
2019-06-08 12:01:56 +05:30
committed by nshrivas
parent 83a31a34b0
commit fb0877f2d6
5 changed files with 33 additions and 59 deletions

View File

@@ -3834,11 +3834,9 @@ void dp_htt_stats_print_tag(uint8_t tag_type, uint32_t *tag_buf)
dp_print_tx_tid_stats_tlv(tag_buf);
break;
#ifdef CONFIG_WIN
case HTT_STATS_TX_TID_DETAILS_V1_TAG:
dp_print_tx_tid_stats_v1_tlv(tag_buf);
break;
#endif
case HTT_STATS_RX_TID_DETAILS_TAG:
dp_print_rx_tid_stats_tlv(tag_buf);