a8fe65b8f0
Move the Realtek drivers into drivers/net/ethernet/realtek/ and make the necessary Kconfig and Makefile changes. CC: Realtek linux nic maintainers <nic_swsd@realtek.com> CC: Francois Romieu <romieu@fr.zoreil.com> CC: Jeff Garzik <jgarzik@pobox.com> CC: Donald Becker <becker@scyld.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
10 lines
217 B
Makefile
10 lines
217 B
Makefile
#
|
|
# Makefile for the Realtek network device drivers.
|
|
#
|
|
|
|
obj-$(CONFIG_8139CP) += 8139cp.o
|
|
obj-$(CONFIG_8139TOO) += 8139too.o
|
|
obj-$(CONFIG_ATP) += atp.o
|
|
obj-$(CONFIG_R8169) += r8169.o
|
|
obj-$(CONFIG_SC92031) += sc92031.o
|