18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0
28c2ecf20Sopenharmony_cib43-y				+= main.o
38c2ecf20Sopenharmony_cib43-y				+= bus.o
48c2ecf20Sopenharmony_cib43-$(CONFIG_B43_PHY_G)		+= phy_g.o tables.o lo.o wa.o
58c2ecf20Sopenharmony_cib43-$(CONFIG_B43_PHY_N)		+= tables_nphy.o
68c2ecf20Sopenharmony_cib43-$(CONFIG_B43_PHY_N)		+= radio_2055.o
78c2ecf20Sopenharmony_cib43-$(CONFIG_B43_PHY_N)		+= radio_2056.o
88c2ecf20Sopenharmony_cib43-$(CONFIG_B43_PHY_N)		+= radio_2057.o
98c2ecf20Sopenharmony_cib43-y				+= phy_common.o
108c2ecf20Sopenharmony_cib43-$(CONFIG_B43_PHY_N)		+= phy_n.o
118c2ecf20Sopenharmony_cib43-$(CONFIG_B43_PHY_LP)	+= phy_lp.o
128c2ecf20Sopenharmony_cib43-$(CONFIG_B43_PHY_LP)	+= tables_lpphy.o
138c2ecf20Sopenharmony_cib43-$(CONFIG_B43_PHY_HT)	+= phy_ht.o
148c2ecf20Sopenharmony_cib43-$(CONFIG_B43_PHY_HT)	+= tables_phy_ht.o
158c2ecf20Sopenharmony_cib43-$(CONFIG_B43_PHY_HT)	+= radio_2059.o
168c2ecf20Sopenharmony_cib43-$(CONFIG_B43_PHY_LCN)	+= phy_lcn.o tables_phy_lcn.o
178c2ecf20Sopenharmony_cib43-$(CONFIG_B43_PHY_AC)	+= phy_ac.o
188c2ecf20Sopenharmony_cib43-y				+= sysfs.o
198c2ecf20Sopenharmony_cib43-y				+= xmit.o
208c2ecf20Sopenharmony_cib43-y				+= dma.o
218c2ecf20Sopenharmony_cib43-y				+= pio.o
228c2ecf20Sopenharmony_cib43-y				+= rfkill.o
238c2ecf20Sopenharmony_cib43-y				+= ppr.o
248c2ecf20Sopenharmony_cib43-$(CONFIG_B43_LEDS)		+= leds.o
258c2ecf20Sopenharmony_cib43-$(CONFIG_B43_SDIO)		+= sdio.o
268c2ecf20Sopenharmony_cib43-$(CONFIG_B43_DEBUG)		+= debugfs.o
278c2ecf20Sopenharmony_ci
288c2ecf20Sopenharmony_ciobj-$(CONFIG_B43)		+= b43.o
29