From 0c314d439d981c0e7a7a051eb05b1f785ef57d83 Mon Sep 17 00:00:00 2001 From: Padma Raghunathan Date: Tue, 17 Mar 2020 14:26:46 +0530 Subject: [PATCH] qcacmn: CFR: Enable compilation of QDF streamfs Enable compilation of streamfs from QDF and Change-Id: If457ff6e5020f8c0fb6e7985ada4162fd71755e9 CRs-Fixed: 2643682 --- qdf/Kbuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/qdf/Kbuild b/qdf/Kbuild index 85f1b10fae..f279dde9b9 100644 --- a/qdf/Kbuild +++ b/qdf/Kbuild @@ -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 \