mirror of
https://github.com/torvalds/linux.git
synced 2024-11-19 18:41:48 +00:00
baf0fbfe7e
Move the Faraday driver into drivers/net/ethernet/faraday/ and make the necessary Kconfig and Makefile changes. CC: "Po-Yu Chuang" <ratbert@faraday-tech.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Acked-by: Po-Yu Chuang <ratbert@faraday-tech.com>
7 lines
124 B
Makefile
7 lines
124 B
Makefile
#
|
|
# Makefile for the Faraday device drivers.
|
|
#
|
|
|
|
obj-$(CONFIG_FTGMAC100) += ftgmac100.o
|
|
obj-$(CONFIG_FTMAC100) += ftmac100.o
|