summaryrefslogtreecommitdiff
path: root/drivers/net/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/Makefile')
-rw-r--r--drivers/net/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/net/Makefile b/drivers/net/Makefile
index 7342dc8..0639859 100644
--- a/drivers/net/Makefile
+++ b/drivers/net/Makefile
@@ -23,9 +23,8 @@
include $(TOPDIR)/config.mk
-LIB := $(obj)libnetdrv.a
-
-COBJS := xilinx_emaclite.o xilinx_emac.o
+LIB := $(obj)libnet.a
+COBJS := mcffec.o xilinx_emac.o xilinx_emaclite.o
SRCS := $(COBJS:.o=.c)
OBJS := $(addprefix $(obj),$(COBJS))