mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-17 22:16:45 +07:00
e689cf4a04
Moves the Sun drivers into drivers/net/ethernet/sun/ and make the necessary Kconfig and Makefile changes. Oliver Hartkopp <socketcan@hartkopp.net> suggested removing the sun* prefix on the driver names. This type of change I will leave up to the driver maintainers. CC: Sam Creasey <sammy@sammy.net> CC: Adrian Sun <asun@darksunrising.com> CC: Benjamin Herrenscmidt <benh@kernel.crashing.org> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
12 lines
297 B
Makefile
12 lines
297 B
Makefile
#
|
|
# Makefile for the Sun network device drivers.
|
|
#
|
|
|
|
obj-$(CONFIG_HAPPYMEAL) += sunhme.o
|
|
obj-$(CONFIG_SUNQE) += sunqe.o
|
|
obj-$(CONFIG_SUNBMAC) += sunbmac.o
|
|
obj-$(CONFIG_SUNGEM) += sungem.o sungem_phy.o
|
|
obj-$(CONFIG_CASSINI) += cassini.o
|
|
obj-$(CONFIG_SUNVNET) += sunvnet.o
|
|
obj-$(CONFIG_NIU) += niu.o
|