Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.7-rc2 9 lines 223 B view raw
1# 2# Makefile for the Linux Wireless network device drivers for Realtek units 3# 4 5obj-$(CONFIG_RTL8180) += rtl818x/ 6obj-$(CONFIG_RTL8187) += rtl818x/ 7obj-$(CONFIG_RTLWIFI) += rtlwifi/ 8obj-$(CONFIG_RTL8XXXU) += rtl8xxxu/ 9