diff options
| author | Stephan Linz <[email protected]> | 2012-02-25 00:48:31 +0000 |
|---|---|---|
| committer | Joe Hershberger <[email protected]> | 2012-04-04 09:36:19 -0500 |
| commit | df48265036dc7332d488ded34aa298f7f5bf3513 (patch) | |
| tree | 178742a61fd899d5b4b2a0fe55943dc8291053a8 /drivers/net/Makefile | |
| parent | 1295f08c7e778a258cba779263ba03b0c86f8a6e (diff) | |
net: ll_temac: Add LL TEMAC driver to u-boot
Xilinx LocalLink Tri-Mode Ether MAC driver can be
used by Xilinx Microblaze or Xilinx ppc405/440 in
SDMA and FIFO mode. DCR or XPS bus can be used.
The driver uses and requires MII and PHYLIB.
CP: 4 warnings: 'Use of volatile is usually wrong'
I won't fix this, because it depends on the network
driver subsystem.
Reported-by: Michal Simek <[email protected]>
Signed-off-by: Stephan Linz <[email protected]>
Diffstat (limited to 'drivers/net/Makefile')
| -rw-r--r-- | drivers/net/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/Makefile b/drivers/net/Makefile index f4f7ea36f2a..430f90ceaf3 100644 --- a/drivers/net/Makefile +++ b/drivers/net/Makefile @@ -77,6 +77,8 @@ COBJS-$(CONFIG_ULI526X) += uli526x.o COBJS-$(CONFIG_VSC7385_ENET) += vsc7385.o COBJS-$(CONFIG_XILINX_AXIEMAC) += xilinx_axi_emac.o COBJS-$(CONFIG_XILINX_EMACLITE) += xilinx_emaclite.o +COBJS-$(CONFIG_XILINX_LL_TEMAC) += xilinx_ll_temac.o xilinx_ll_temac_mdio.o \ + xilinx_ll_temac_fifo.o xilinx_ll_temac_sdma.o COBJS := $(sort $(COBJS-y)) SRCS := $(COBJS:.o=.c) |
