summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtlwifi/rtl8822be
diff options
context:
space:
mode:
authorLarry Finger2017-08-17 19:46:51 +0200
committerGreg Kroah-Hartman2017-08-20 20:13:12 +0200
commit5b5ab4cb5cda824ef59e0511ac5d585f35f1a1a6 (patch)
tree377ea28151830151462eb27b4c119a4f61995f1b /drivers/staging/rtlwifi/rtl8822be
parentstaging: r8822be: Add the driver code (diff)
downloadkernel-qcow2-linux-5b5ab4cb5cda824ef59e0511ac5d585f35f1a1a6.tar.gz
kernel-qcow2-linux-5b5ab4cb5cda824ef59e0511ac5d585f35f1a1a6.tar.xz
kernel-qcow2-linux-5b5ab4cb5cda824ef59e0511ac5d585f35f1a1a6.zip
staging: r8822be: Add Makefiles and Kconfig for new driver
The RTL8822BE, an 802.11ac wireless network card, is now appearing in new computers. Its driver is being placed in staging to reduce the time that users of this new card will have access to in-kernel drivers. This commit enables building of the new driver. For this version, all routines are built into a single module r8822be. When this driver is moved to the wireless tree, halmac, phydm, and rtl8822be will become new modules. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Cc: Ping-Ke Shih <pkshih@realtek.com> Cc: Yan-Hsuan Chuang <yhchuang@realtek.com> Cc: Birming Chiu <birming@realtek.com> Cc: Shaofu <shaofu@realtek.com> Cc: Steven Ting <steventing@realtek.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtlwifi/rtl8822be')
-rw-r--r--drivers/staging/rtlwifi/rtl8822be/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/staging/rtlwifi/rtl8822be/Makefile b/drivers/staging/rtlwifi/rtl8822be/Makefile
new file mode 100644
index 000000000000..d535ff8febf1
--- /dev/null
+++ b/drivers/staging/rtlwifi/rtl8822be/Makefile
@@ -0,0 +1,7 @@
+rtl8822be-objs := \
+ fw.o \
+ hw.o \
+ led.o \
+ phy.o \
+ sw.o \
+ trx.o