mirror of
https://github.com/torvalds/linux.git
synced 2024-11-07 20:51:47 +00:00
5346ebf6db
Move the Allied Telesis/Fujitsu drivers into drivers/net/ethernet/fujitsu/ and make the necessary Kconfig and Makefile changes. CC: Shingo Fujimoto <shingo@flab.fujitsu.co.jp> CC: Yutaka Tamiya <tamy@flab.fujitsu.co.jp> CC: Rene Schmit <rene@bss.lu> CC: Mika Kuoppala <miku@iki.fi> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
8 lines
167 B
Makefile
8 lines
167 B
Makefile
#
|
|
# Makefile for the Fujitsu network device drivers.
|
|
#
|
|
|
|
obj-$(CONFIG_AT1700) += at1700.o
|
|
obj-$(CONFIG_ETH16I) += eth16i.o
|
|
obj-$(CONFIG_PCMCIA_FMVJ18X) += fmvj18x_cs.o
|