summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/realtek/rtw88/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2022-12-02 11:12:20 +0300
committerKalle Valo <kvalo@kernel.org>2022-12-08 17:48:41 +0300
commita82dfd33d1237f6c0fb8a7077022189d1fc7ec98 (patch)
tree877e9c608797f98f156f8130828653b9a4d8e74d /drivers/net/wireless/realtek/rtw88/Makefile
parent78d5bf925f30bf9f79a69ce77386902672defe68 (diff)
downloadlinux-a82dfd33d1237f6c0fb8a7077022189d1fc7ec98.tar.xz
wifi: rtw88: Add common USB chip support
Add the common bits and pieces to add USB support to the RTW88 driver. This is based on https://github.com/ulli-kroll/rtw88-usb.git which itself is first written by Neo Jou. Signed-off-by: neo_jou <neo_jou@realtek.com> Signed-off-by: Hans Ulli Kroll <linux@ulli-kroll.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Kalle Valo <kvalo@kernel.org> Link: https://lore.kernel.org/r/20221202081224.2779981-8-s.hauer@pengutronix.de
Diffstat (limited to 'drivers/net/wireless/realtek/rtw88/Makefile')
-rw-r--r--drivers/net/wireless/realtek/rtw88/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/wireless/realtek/rtw88/Makefile b/drivers/net/wireless/realtek/rtw88/Makefile
index 834c66ec0af9..2c2b0e5133cd 100644
--- a/drivers/net/wireless/realtek/rtw88/Makefile
+++ b/drivers/net/wireless/realtek/rtw88/Makefile
@@ -46,3 +46,6 @@ rtw88_8821ce-objs := rtw8821ce.o
obj-$(CONFIG_RTW88_PCI) += rtw88_pci.o
rtw88_pci-objs := pci.o
+
+obj-$(CONFIG_RTW88_USB) += rtw88_usb.o
+rtw88_usb-objs := usb.o