qcacmn: Fix pktlog issue

ath_pktlog.ko was not being built as part of disabling
Direct Attach(DA) support.

Moved pktlog files and enabled building of ath_pktlog.ko
since pktlog files are common to both DA and offload.

Change-Id: Ibcb559832029ade94f7215ce633cb6dbc83f747e
此提交包含在:
Hariharan Basuthkar
2018-12-05 16:25:35 +05:30
提交者 nshrivas
父節點 b2405ece84
當前提交 3b381fb22d

查看文件

@@ -66,7 +66,7 @@ INCS += -I$(obj)/$(DEPTH)/include -I$(obj)/$(DEPTH)/umac/include \
-I$(obj)/$(DEPTH)/umac/smart_antenna \
-I$(obj)/$(DEPTH)/umac/smart_ant \
-I$(obj)/$(DEPTH)/umac/ald \
-I$(obj)/$(DEPTH)/direct_attach/lmac/ath_pktlog \
-I$(obj)/$(DEPTH)/lmac/ath_pktlog \
-I$(obj)/$(DEPTH)/direct_attach/lmac/ratectrl \
-I$(obj)/$(DEPTH)/os/linux/mem/ \
-I$(obj)/$(DEPTH)/umac/base \