xref: /linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/cyw/Makefile (revision ff9a79307f89563da6d841da8b7cc4a0afceb0e2)
1f74f1ec2SArend van Spriel# SPDX-License-Identifier: ISC
2f74f1ec2SArend van Spriel#
3f74f1ec2SArend van Spriel# Copyright (c) 2022 Broadcom Corporation
4f74f1ec2SArend van Spriel
5f74f1ec2SArend van Sprielccflags-y += \
6*b1992c37SMasahiro Yamada	-I $(src) \
7*b1992c37SMasahiro Yamada	-I $(src)/.. \
8*b1992c37SMasahiro Yamada	-I $(src)/../../include
9f74f1ec2SArend van Spriel
10f74f1ec2SArend van Sprielobj-m += brcmfmac-cyw.o
11f74f1ec2SArend van Sprielbrcmfmac-cyw-objs += \
12f74f1ec2SArend van Spriel		core.o module.o
13