mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-13 09:26:49 +07:00
d7058a79c5
Move the Davicom driver into drivers/net/ethernet/davicom/ and make the necessary Kconfig and Makefile changes. CC: Ben Dooks <ben@simtec.co.uk> CC: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
6 lines
81 B
Makefile
6 lines
81 B
Makefile
#
|
|
# Makefile for the Davicom device drivers.
|
|
#
|
|
|
|
obj-$(CONFIG_DM9000) += dm9000.o
|