This website requires JavaScript.
Explore
Help
Register
Sign In
AuxXxilium
/
linux_dsm_epyc7002
Watch
1
Star
0
Fork
0
You've already forked linux_dsm_epyc7002
mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced
2024-11-26 02:30:53 +07:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
a4b4d2148c
linux_dsm_epyc7002
/
drivers
/
net
/
wireless
/
rtl818x
/
Makefile
3 lines
68 B
Makefile
Raw
Normal View
History
Unescape
Escape
rtl818x: move rtl8180 and rtl8187 to separate subdirectories 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>
2010-12-21 03:16:53 +07:00
obj-$(CONFIG_RTL8180)
+=
rtl8180/
obj-$(CONFIG_RTL8187)
+=
rtl8187/
Reference in New Issue
Copy Permalink