commit d1edce71135cc6d98c0a4b5729774542b676e769 Author: sophgo-forum-service <forum_service@sophgo.com> Date: Fri Mar 15 16:07:33 2024 +0800 [fix] recommend using ssh method to clone repo. [fix] fix sensor driver repo branch name.
11 lines
345 B
Makefile
11 lines
345 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# 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
|
|
xilinx_emac-objs := xilinx_axienet_main.o xilinx_axienet_mdio.o
|
|
obj-$(CONFIG_XILINX_AXI_EMAC) += xilinx_emac.o
|