mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 15:27:29 +00: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
|