mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-25 17:25:13 +00:00
These drivers share one header file, but nothing else. Worse, both drivers use the rtl8225 part with different register settings. The results has been some ugly naming -- let's simplify that. Signed-off-by: John W. Linville <linville@tuxdriver.com> Acked-by: Hin-Tak Leung <htl10@users.sourceforge.net> Acked-by: Larry Finger <Larry.Finger@lwfinger.net> Acked-by: Herton Ronaldo Krzesinski <herton@mandriva.com.br>
6 lines
130 B
Makefile
6 lines
130 B
Makefile
rtl8187-objs := dev.o rtl8225.o leds.o rfkill.o
|
|
|
|
obj-$(CONFIG_RTL8187) += rtl8187.o
|
|
|
|
ccflags-y += -Idrivers/net/wireless/rtl818x
|