mirror of
https://github.com/torvalds/linux.git
synced 2024-11-14 08:02:07 +00:00
86387e1ac4
Move the Exar drivers into drivers/net/ethernet/neterion/ and make the necessary Kconfig and Makefile changes. CC: Jon Mason <jdmason@kudzu.us> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
7 lines
110 B
Makefile
7 lines
110 B
Makefile
#
|
|
# Makefile for the Exar network device drivers.
|
|
#
|
|
|
|
obj-$(CONFIG_S2IO) += s2io.o
|
|
obj-$(CONFIG_VXGE) += vxge/
|