mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-26 16:20:51 +07:00
8c7de408fd
Move the SiS drivers into drivers/net/ethernet/sis/ and make the necessary Kconfig and Makefile changes CC: Daniele Venzano <venza@brownhat.org> CC: Francois Romieu <romieu@fr.zoreil.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
7 lines
143 B
Makefile
7 lines
143 B
Makefile
#
|
|
# Makefile for Silicon Integrated Systems (SiS) network device drivers.
|
|
#
|
|
|
|
obj-$(CONFIG_SIS190) += sis190.o
|
|
obj-$(CONFIG_SIS900) += sis900.o
|