Skip to content
Snippets Groups Projects
Commit 868cde53 authored by Michal Simek's avatar Michal Simek
Browse files

microblaze: Add Emac driver to Makefile


Signed-off-by: default avatarMichal Simek <monstr@monstr.eu>
parent 6f961b4f
No related branches found
No related tags found
No related merge requests found
...@@ -61,6 +61,7 @@ COBJS-y += tsec.o ...@@ -61,6 +61,7 @@ COBJS-y += tsec.o
COBJS-y += tsi108_eth.o COBJS-y += tsi108_eth.o
COBJS-y += uli526x.o COBJS-y += uli526x.o
COBJS-y += vsc7385.o COBJS-y += vsc7385.o
COBJS-$(CONFIG_XILINX_EMAC) += xilinx_emac.o
COBJS := $(COBJS-y) COBJS := $(COBJS-y)
SRCS := $(COBJS:.o=.c) SRCS := $(COBJS:.o=.c)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment