c58c7488b1
From https://github.com/morrownr/8821au-20210708 with fixes from https://github.com/aircrack-ng/rtl8812au and some other fixes for clang / 5.10 android kernel.
12 lines
340 B
Makefile
Executable file
12 lines
340 B
Makefile
Executable file
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Makefile for the Linux Wireless network device drivers for Realtek units
|
|
#
|
|
|
|
obj-$(CONFIG_RTL8180) += rtl818x/
|
|
obj-$(CONFIG_RTL8821AU) += rtl8821au/
|
|
obj-$(CONFIG_RTL8187) += rtl818x/
|
|
obj-$(CONFIG_RTLWIFI) += rtlwifi/
|
|
obj-$(CONFIG_RTL8XXXU) += rtl8xxxu/
|
|
obj-$(CONFIG_RTW88) += rtw88/
|
|
|