xref: /linux/drivers/net/wireless/realtek/Makefile (revision d198b34f3855eee2571dda03eea75a09c7c31480)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Makefile for the Linux Wireless network device drivers for Realtek units
4#
5
6obj-$(CONFIG_RTL8180)		+= rtl818x/
7obj-$(CONFIG_RTL8187)		+= rtl818x/
8obj-$(CONFIG_RTLWIFI)		+= rtlwifi/
9obj-$(CONFIG_RTL8XXXU)		+= rtl8xxxu/
10obj-$(CONFIG_RTW88)		+= rtw88/
11
12