Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a4c9e83a authored by Sunkad, Anand Ningappa's avatar Sunkad, Anand Ningappa
Browse files

wcnss: Fix compilation issue for wcnss crypto module



Compile wcnss crypto module independent of CNSS/WCNSS config.

Change-Id: Ib9f997fd4f6c7fd32aaeeb5f057c21a6b5d061eb
Signed-off-by: default avatarSunkad, Anand Ningappa <asunka@codeaurora.org>
parent e791f5e2
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
# Makefile for CNSS platform driver

cnsscore-objs += ../wcnss/qcomwlan_secif.o
obj-$(CONFIG_CNSS_PCI) += cnss_pci.o
obj-y += cnss_common.o
obj-y += cnsscore.o
+2 −1
Original line number Diff line number Diff line
obj-$(CONFIG_WCNSS_MEM_PRE_ALLOC) += cnss_prealloc.o
cnssprealloccore-objs += cnss_prealloc.o ../wcnss/qcomwlan_secif.o
obj-$(CONFIG_WCNSS_MEM_PRE_ALLOC) += cnssprealloccore.o