Makefile (0898782247ae533d1f4e47a06bc5d4870931b284) | Makefile (a7dd0ac94544dd2465b01a0eeb1786f362477c65) |
---|---|
1# SPDX-License-Identifier: ISC 2# 3# Makefile fragment for Broadcom 802.11 Networking Device Driver 4# 5# Copyright (c) 2010 Broadcom Corporation 6# 7 8ccflags-y += \ --- 9 unchanged lines hidden (view full) --- 18 p2p.o \ 19 proto.o \ 20 common.o \ 21 core.o \ 22 firmware.o \ 23 feature.o \ 24 btcoex.o \ 25 vendor.o \ | 1# SPDX-License-Identifier: ISC 2# 3# Makefile fragment for Broadcom 802.11 Networking Device Driver 4# 5# Copyright (c) 2010 Broadcom Corporation 6# 7 8ccflags-y += \ --- 9 unchanged lines hidden (view full) --- 18 p2p.o \ 19 proto.o \ 20 common.o \ 21 core.o \ 22 firmware.o \ 23 feature.o \ 24 btcoex.o \ 25 vendor.o \ |
26 pno.o | 26 pno.o \ 27 xtlv.o |
27brcmfmac-$(CONFIG_BRCMFMAC_PROTO_BCDC) += \ 28 bcdc.o \ 29 fwsignal.o 30brcmfmac-$(CONFIG_BRCMFMAC_PROTO_MSGBUF) += \ 31 commonring.o \ 32 flowring.o \ 33 msgbuf.o 34brcmfmac-$(CONFIG_BRCMFMAC_SDIO) += \ --- 14 unchanged lines hidden --- | 28brcmfmac-$(CONFIG_BRCMFMAC_PROTO_BCDC) += \ 29 bcdc.o \ 30 fwsignal.o 31brcmfmac-$(CONFIG_BRCMFMAC_PROTO_MSGBUF) += \ 32 commonring.o \ 33 flowring.o \ 34 msgbuf.o 35brcmfmac-$(CONFIG_BRCMFMAC_SDIO) += \ --- 14 unchanged lines hidden --- |