mirror of
https://github.com/torvalds/linux.git
synced 2024-11-02 02:01:29 +00:00
33f810b203
Move the FDDI drivers into drivers/net/fddi/ and make the necessary Kconfig and Makefile changes. CC: "Maciej W. Rozycki" <macro@linux-mips.org> CC: Christoph Goos <cgoos@syskonnect.de> CC: <linux@syskonnect.de> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
7 lines
118 B
Makefile
7 lines
118 B
Makefile
#
|
|
# Makefile for the Linux FDDI network device drivers.
|
|
#
|
|
|
|
obj-$(CONFIG_DEFXX) += defxx.o
|
|
obj-$(CONFIG_SKFP) += skfp/
|