[U-Boot-Users] [PATCH 06/13] microblaze: Add Emac driver to Makefile
monstr at seznam.cz
monstr at seznam.cz
Fri Apr 4 12:52:53 CEST 2008
From: Michal Simek <monstr at monstr.eu>
Signed-off-by: Michal Simek <monstr at monstr.eu>
---
drivers/net/Makefile | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/net/Makefile b/drivers/net/Makefile
index 320dc3e..e6b0543 100644
--- a/drivers/net/Makefile
+++ b/drivers/net/Makefile
@@ -59,6 +59,7 @@ COBJS-y += tsec.o
COBJS-y += tsi108_eth.o
COBJS-y += uli526x.o
COBJS-y += vsc7385.o
+COBJS-$(CONFIG_XILINX_EMAC) += xilinx_emac.o
COBJS := $(COBJS-y)
SRCS := $(COBJS:.o=.c)
--
1.5.4.GIT
More information about the U-Boot
mailing list