Skip to content

Commit

Permalink
[bsp] update drivers
Browse files Browse the repository at this point in the history
  • Loading branch information
SamulKyull authored and SamulKyull committed Dec 8, 2024
1 parent b5de366 commit a00daff
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions bsp/drivers/net/wireless/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,6 @@
# Makefile for the Linux wirless network device drivers.
#

obj-$(CONFIG_BCMDHD) += bcmdhd/
obj-$(CONFIG_RTL8188FU) += rtl8188fu/
obj-$(CONFIG_RTL8723CS) += rtl8723cs/
obj-$(CONFIG_RTL8723DS) += rtl8723ds/
obj-$(CONFIG_RTL8723DU) += rtl8723du/
obj-$(CONFIG_RTL8822BS) += rtl8822bs/
obj-$(CONFIG_RTL8822CU) += rtl8822cu/
obj-$(CONFIG_RTL8852BS) += rtl8852bs/
obj-$(CONFIG_XR819_WLAN) += xr819/
obj-$(CONFIG_XR829_WLAN) += xr829/
obj-$(CONFIG_SPARD_WLAN_SUPPORT) += uwe5622/
obj-$(CONFIG_AIC_WLAN_SUPPORT) += aic8800/
obj-$(CONFIG_ATBM_WIRELESS) += atbm6023is/
obj-$(CONFIG_SSV6158) += ssv6158/
obj-$(CONFIG_AIC_WLAN_SUPPORT) += aic8800/

0 comments on commit a00daff

Please sign in to comment.