
Add -Wmissing-prototypes ccflag for platform driver. Change-Id: Ia375eae383fa64d0f477f3a1e2c4444ff2884ef7 CRs-Fixed: 3844455
11 líneas
261 B
Makefile
11 líneas
261 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
ccflags-y += -Wmissing-prototypes
|
|
|
|
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
|