
Update prealloc mem pool based on device type. Change-Id: Ic7fc2145a0039aa55643672b8e125857c096a3ee CRs-Fixed: 3459351
9 líneas
226 B
Makefile
9 líneas
226 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
ifeq ($(CONFIG_CNSS_OUT_OF_TREE),y)
|
|
ccflags-y += -I$(WLAN_PLATFORM_ROOT)/inc
|
|
ccflags-y += -I$(WLAN_PLATFORM_ROOT)/cnss_utils
|
|
endif
|
|
|
|
obj-$(CONFIG_WCNSS_MEM_PRE_ALLOC) += cnss_prealloc.o
|