mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 12:50:51 +07:00
168e06ae26
The parallel port is largely replaced by USB, and even in the day where these drivers were current, the documented speed was less than 100kB/s. Let us not pretend that anyone cares about these drivers anymore, or worse - pretend that anyone is using them on a modern kernel. As a side bonus, this is the end of legacy parallel port ethernet, so we get to drop the whole chunk relating to that in the legacy Space.c file containing the non-PCI unified probe dispatch. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
7 lines
121 B
Makefile
7 lines
121 B
Makefile
#
|
|
# Makefile for the D-Link network device drivers.
|
|
#
|
|
|
|
obj-$(CONFIG_DL2K) += dl2k.o
|
|
obj-$(CONFIG_SUNDANCE) += sundance.o
|