bcmdhd: build into the kernel if modules are disabled
Change-Id: I44967980bf93aeeb9c663e55467c14768fec73f1
This commit is contained in:
parent
08b013a158
commit
b617f5225d
|
@ -135,7 +135,11 @@ DHDCFLAGS :=$(filter-out -DMULTIPLE_SUPPLICANT,$(DHDCFLAGS))
|
|||
# m: module type driver
|
||||
# y: built-in type driver
|
||||
##########################
|
||||
ifeq ($(CONFIG_MODULES),y)
|
||||
DRIVER_TYPE ?= m
|
||||
else
|
||||
DRIVER_TYPE ?= y
|
||||
endif
|
||||
|
||||
#########################
|
||||
# Chip dependent feature
|
||||
|
|
Loading…
Reference in New Issue