mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-15 22:41:38 +00:00
11 lines
262 B
Makefile
11 lines
262 B
Makefile
#
|
|
# Makefile for the Linux Wireless network device drivers for Realtek units
|
|
#
|
|
|
|
obj-$(CONFIG_RTL8180) += rtl818x/
|
|
obj-$(CONFIG_RTL8187) += rtl818x/
|
|
obj-$(CONFIG_RTLWIFI) += rtlwifi/
|
|
obj-$(CONFIG_RTL8192CU) += rtl8192cu/
|
|
obj-$(CONFIG_RTL8XXXU) += rtl8xxxu/
|
|
|