mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-27 12:32:50 +00:00
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>
11 lines
268 B
Makefile
11 lines
268 B
Makefile
# SPDX-License-Identifier: ISC
|
|
#
|
|
# Makefile fragment for Broadcom 802.11n Networking Device Driver Utilities
|
|
#
|
|
# Copyright (c) 2011 Broadcom Corporation
|
|
#
|
|
ccflags-y := -I $(srctree)/$(src)/../include
|
|
|
|
obj-$(CONFIG_BRCMUTIL) += brcmutil.o
|
|
brcmutil-objs = utils.o d11.o
|