summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/realtek/rtw89/Makefile
diff options
context:
space:
mode:
authorPing-Ke Shih <pkshih@realtek.com>2024-03-12 09:37:21 +0800
committerKalle Valo <kvalo@kernel.org>2024-03-14 10:56:59 +0200
commitf95d9045b987c890ba7bebdd04ea9713f5a00d01 (patch)
tree5a3c2bd759ecb45f43219275ad643c3bc1dc4a63 /drivers/net/wireless/realtek/rtw89/Makefile
parent89d58c931b595ef8393a07edd51b05ad8b2c1e9c (diff)
wifi: rtw89: 8922a: add 8922ae to Makefile and Kconfig
Add 8922AE to Makefile and Kconfig. Currently, it can support STA, AP and monitor modes with good performance. Implemented initial BT-coexistence function only, and will to fine tune this component. Signed-off-by: Ping-Ke Shih <pkshih@realtek.com> Signed-off-by: Kalle Valo <kvalo@kernel.org> Link: https://msgid.link/20240312013721.17452-7-pkshih@realtek.com
Diffstat (limited to 'drivers/net/wireless/realtek/rtw89/Makefile')
-rw-r--r--drivers/net/wireless/realtek/rtw89/Makefile12
1 files changed, 11 insertions, 1 deletions
diff --git a/drivers/net/wireless/realtek/rtw89/Makefile b/drivers/net/wireless/realtek/rtw89/Makefile
index 41940099af1b..86a553fb0136 100644
--- a/drivers/net/wireless/realtek/rtw89/Makefile
+++ b/drivers/net/wireless/realtek/rtw89/Makefile
@@ -4,10 +4,13 @@ obj-$(CONFIG_RTW89_CORE) += rtw89_core.o
rtw89_core-y += core.o \
mac80211.o \
mac.o \
+ mac_be.o \
phy.o \
+ phy_be.o \
fw.o \
cam.o \
efuse.o \
+ efuse_be.o \
regd.o \
sar.o \
coex.o \
@@ -54,8 +57,15 @@ rtw89_8852c-objs := rtw8852c.o \
obj-$(CONFIG_RTW89_8852CE) += rtw89_8852ce.o
rtw89_8852ce-objs := rtw8852ce.o
+obj-$(CONFIG_RTW89_8922A) += rtw89_8922a.o
+rtw89_8922a-objs := rtw8922a.o \
+ rtw8922a_rfk.o
+
+obj-$(CONFIG_RTW89_8922AE) += rtw89_8922ae.o
+rtw89_8922ae-objs := rtw8922ae.o
+
rtw89_core-$(CONFIG_RTW89_DEBUG) += debug.o
obj-$(CONFIG_RTW89_PCI) += rtw89_pci.o
-rtw89_pci-y := pci.o
+rtw89_pci-y := pci.o pci_be.o