qcacmn: CFR: Enable compilation of QDF streamfs

Enable compilation of streamfs from QDF and

Change-Id: If457ff6e5020f8c0fb6e7985ada4162fd71755e9
CRs-Fixed: 2643682
This commit is contained in:
Padma Raghunathan
2020-03-17 14:26:46 +05:30
committed by nshrivas
parent 3ba8fe5a21
commit 0c314d439d

View File

@@ -82,6 +82,10 @@ ifeq ($(WLAN_DEBUGFS),1)
qdf-objs += linux/src/qdf_debugfs.o
endif
ifeq ($(WLAN_STREAMFS),1)
qdf-objs += linux/src/qdf_streamfs.o
endif
ifeq ($(BUILD_ADF_NET_IOCTL),1)
EXTRA_CFLAGS+= -DADF_NET_IOCTL_SUPPORT
#adf-objs += os/linux/adf_os_netlink_pvt.o \