mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-26 04:25:27 +08:00
9 lines
186 B
Makefile
9 lines
186 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/
|
||
|
|