blob: 3489b98979f8ae58e7696d511e7afc6632ee30ba (
plain)
1
2
3
4
5
6
7
8
|
#
# Makefile for the Linux Wireless network device drivers for Realtek units
#
obj-$(CONFIG_RTL8180) += rtl818x/
obj-$(CONFIG_RTL8187) += rtl818x/
obj-$(CONFIG_RTLWIFI) += rtlwifi/
|