Explorar o código

qcacmn: CFR: Enable compilation of QDF streamfs

Enable compilation of streamfs from QDF and

Change-Id: If457ff6e5020f8c0fb6e7985ada4162fd71755e9
CRs-Fixed: 2643682
Padma Raghunathan %!s(int64=5) %!d(string=hai) anos
pai
achega
0c314d439d
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      qdf/Kbuild

+ 4 - 0
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 \