]> Git Repo - linux.git/blob - drivers/net/ethernet/xilinx/Makefile
ASoC: simple-card: Use snd_soc_of_parse_aux_devs()
[linux.git] / drivers / net / ethernet / xilinx / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 #
3 # Makefile for the Xilink network device drivers.
4 #
5
6 ll_temac-objs := ll_temac_main.o ll_temac_mdio.o
7 obj-$(CONFIG_XILINX_LL_TEMAC) += ll_temac.o
8 obj-$(CONFIG_XILINX_EMACLITE) += xilinx_emaclite.o
9 xilinx_emac-objs := xilinx_axienet_main.o xilinx_axienet_mdio.o
10 obj-$(CONFIG_XILINX_AXI_EMAC) += xilinx_emac.o
This page took 0.074743 seconds and 4 git commands to generate.