Rename the module produced for the wcnss subsystem to reflect the fact that it provides core services, and not just services for WLAN Signed-off-by: Jeff Johnson <jjohnson@codeaurora.org> Conflicts: drivers/net/wireless/Makefile
7 lines
144 B
Makefile
7 lines
144 B
Makefile
|
|
# Makefile for WCNSS triple-play driver
|
|
|
|
wcnsscore-objs += wcnss_wlan.o wcnss_riva.o qcomwlan_secif.o
|
|
|
|
obj-$(CONFIG_WCNSS_CORE) += wcnsscore.o
|