# SPDX-License-Identifier: ISC | |
# | |
# Makefile fragment for Broadcom 802.11n Networking Device Driver Utilities | |
# | |
# Copyright (c) 2011 Broadcom Corporation | |
# | |
ccflags-y := -I $(src)/../include | |
obj-$(CONFIG_BRCMUTIL) += brcmutil.o | |
brcmutil-objs = utils.o d11.o |