mirror of https://gitee.com/openkylin/linux.git
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/
|
||
|
|