mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
daeccac2d5
With ISC license text in place under the LICENSES folder switch to using the SPDX license identifier to refer to the ISC license. Reviewed-by: Hante Meuleman <hante.meuleman@broadcom.com> Reviewed-by: Pieter-Paul Giesberts <pieter-paul.giesberts@broadcom.com> Reviewed-by: Franky Lin <franky.lin@broadcom.com> Signed-off-by: Arend van Spriel <arend.vanspriel@broadcom.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
14 lines
313 B
Makefile
14 lines
313 B
Makefile
# SPDX-License-Identifier: ISC
|
|
#
|
|
# Makefile fragment for Broadcom 802.11 Networking Device Driver
|
|
#
|
|
# Copyright (c) 2010 Broadcom Corporation
|
|
#
|
|
|
|
# common flags
|
|
subdir-ccflags-$(CONFIG_BRCMDBG) += -DDEBUG
|
|
|
|
obj-$(CONFIG_BRCMUTIL) += brcmutil/
|
|
obj-$(CONFIG_BRCMFMAC) += brcmfmac/
|
|
obj-$(CONFIG_BRCMSMAC) += brcmsmac/
|