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

Commit 59a9b3b1 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "wcnss: Fix compilation issue for wcnss crypto module"

parents 13e9e02d a4c9e83a
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