mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-07-12 00:43:36 -04:00
Move the Parallel Line Internet Protocol (PLIP) driver into drivers/net/plip/ and make the necessary Kconfig and Makefile changes. CC: Niibe Yutaka <gniibe@mri.co.jp> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Acked-by: Alan Cox <alan@linux.intel.com>
5 lines
82 B
Makefile
5 lines
82 B
Makefile
#
|
|
# Makefile for the PLIP network device drivers.
|
|
#
|
|
|
|
obj-$(CONFIG_PLIP) += plip.o
|