mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-14 03:46:41 +07:00
b13ad8f498
Move the Xilinx drivers into drivers/net/ethernet/xilinx/ and make the necessary Kconfig and Makefile changes. CC: John Williams <john.williams@petalogix.com> CC: "David H. Lynch Jr." <dhlii@dlasys.net> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
8 lines
199 B
Makefile
8 lines
199 B
Makefile
#
|
|
# Makefile for the Xilink network device drivers.
|
|
#
|
|
|
|
ll_temac-objs := ll_temac_main.o ll_temac_mdio.o
|
|
obj-$(CONFIG_XILINX_LL_TEMAC) += ll_temac.o
|
|
obj-$(CONFIG_XILINX_EMACLITE) += xilinx_emaclite.o
|