]> Git Repo - linux.git/blob - drivers/net/ethernet/xilinx/Makefile
selinux: Remove security_ops extern
[linux.git] / drivers / net / ethernet / xilinx / Makefile
1 #
2 # Makefile for the Xilink network device drivers.
3 #
4
5 ll_temac-objs := ll_temac_main.o ll_temac_mdio.o
6 obj-$(CONFIG_XILINX_LL_TEMAC) += ll_temac.o
7 obj-$(CONFIG_XILINX_EMACLITE) += xilinx_emaclite.o
8 xilinx_emac-objs := xilinx_axienet_main.o xilinx_axienet_mdio.o
9 obj-$(CONFIG_XILINX_AXI_EMAC) += xilinx_emac.o
This page took 0.029907 seconds and 4 git commands to generate.