12 lines
244 B
Makefile
12 lines
244 B
Makefile
# SPDX-License-Identifier: ISC
|
|
#
|
|
# Copyright (c) 2022 Broadcom Corporation
|
|
|
|
ccflags-y += \
|
|
-I $(srctree)/$(src) \
|
|
-I $(srctree)/$(src)/.. \
|
|
-I $(srctree)/$(src)/../../include
|
|
|
|
obj-m += brcmfmac-cyw.o
|
|
brcmfmac-cyw-objs += \
|
|
core.o module.o
|