forked from luck/tmp_suning_uos_patched
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
|