11 lines
303 B
Makefile
Executable file
11 lines
303 B
Makefile
Executable file
# SPDX-License-Identifier: GPL-2.0-only
|
|
obj-$(CONFIG_B43) += b43/
|
|
obj-$(CONFIG_B43LEGACY) += b43legacy/
|
|
|
|
obj-$(CONFIG_BRCMFMAC) += brcm80211/
|
|
obj-$(CONFIG_BRCMSMAC) += brcm80211/
|
|
|
|
ifneq ($(filter y m,$(CONFIG_BCM4389)),)
|
|
export ANDROID_VERSION = 12.0.0
|
|
obj-$(CONFIG_BCM4389) += bcmdhd_101_24/
|
|
endif
|