18c2ecf20Sopenharmony_ci#
28c2ecf20Sopenharmony_ci# Makefile fragment for Broadcom 802.11n Networking Device Driver
38c2ecf20Sopenharmony_ci#
48c2ecf20Sopenharmony_ci# Copyright (c) 2010 Broadcom Corporation
58c2ecf20Sopenharmony_ci#
68c2ecf20Sopenharmony_ci# Permission to use, copy, modify, and/or distribute this software for any
78c2ecf20Sopenharmony_ci# purpose with or without fee is hereby granted, provided that the above
88c2ecf20Sopenharmony_ci# copyright notice and this permission notice appear in all copies.
98c2ecf20Sopenharmony_ci#
108c2ecf20Sopenharmony_ci# THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
118c2ecf20Sopenharmony_ci# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
128c2ecf20Sopenharmony_ci# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
138c2ecf20Sopenharmony_ci# SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
148c2ecf20Sopenharmony_ci# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
158c2ecf20Sopenharmony_ci# OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
168c2ecf20Sopenharmony_ci# CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
178c2ecf20Sopenharmony_ci
188c2ecf20Sopenharmony_ciccflags-y := \
198c2ecf20Sopenharmony_ci	-I $(srctree)/$(src) \
208c2ecf20Sopenharmony_ci	-I $(srctree)/$(src)/phy \
218c2ecf20Sopenharmony_ci	-I $(srctree)/$(src)/../include
228c2ecf20Sopenharmony_ci
238c2ecf20Sopenharmony_cibrcmsmac-y := \
248c2ecf20Sopenharmony_ci	mac80211_if.o \
258c2ecf20Sopenharmony_ci	ucode_loader.o \
268c2ecf20Sopenharmony_ci	ampdu.o \
278c2ecf20Sopenharmony_ci	antsel.o \
288c2ecf20Sopenharmony_ci	channel.o \
298c2ecf20Sopenharmony_ci	main.o \
308c2ecf20Sopenharmony_ci	phy_shim.o \
318c2ecf20Sopenharmony_ci	pmu.o \
328c2ecf20Sopenharmony_ci	rate.o \
338c2ecf20Sopenharmony_ci	stf.o \
348c2ecf20Sopenharmony_ci	aiutils.o \
358c2ecf20Sopenharmony_ci	phy/phy_cmn.o \
368c2ecf20Sopenharmony_ci	phy/phy_lcn.o \
378c2ecf20Sopenharmony_ci	phy/phy_n.o \
388c2ecf20Sopenharmony_ci	phy/phytbl_lcn.o \
398c2ecf20Sopenharmony_ci	phy/phytbl_n.o \
408c2ecf20Sopenharmony_ci	phy/phy_qmath.o \
418c2ecf20Sopenharmony_ci	dma.o \
428c2ecf20Sopenharmony_ci	brcms_trace_events.o \
438c2ecf20Sopenharmony_ci	debug.o
448c2ecf20Sopenharmony_ci
458c2ecf20Sopenharmony_cibrcmsmac-$(CONFIG_BCMA_DRIVER_GPIO) += led.o
468c2ecf20Sopenharmony_ci
478c2ecf20Sopenharmony_ciobj-$(CONFIG_BRCMSMAC)	+= brcmsmac.o
48