qcacld-3.0: Add dp_mon_filter file to Kbuild

Add dp_mon_filter.c to Kbuild to compile
the file to support monitor mode filter
setting.

Change-Id: I1bbfd82bd5a9a6fdf85208516d0d35cab9cd3249
CRs-Fixed: 2610965
This commit is contained in:
Venkata Sharath Chandra Manchala 2020-01-24 23:21:03 -08:00 committed by nshrivas
parent 6160b23dc3
commit 63765efd5c

1
Kbuild
View File

@ -1384,6 +1384,7 @@ DP_OBJS := $(DP_SRC)/dp_main.o \
$(DP_SRC)/dp_rx_mon_dest.o \
$(DP_SRC)/dp_rx_mon_status.o \
$(DP_SRC)/dp_rx_defrag.o \
$(DP_SRC)/dp_mon_filter.o \
$(DP_SRC)/dp_stats.o \
$(WLAN_COMMON_ROOT)/target_if/dp/src/target_if_dp.o
ifeq ($(CONFIG_WLAN_TX_FLOW_CONTROL_V2), y)