summaryrefslogtreecommitdiffstats
path: root/board/bf537-stamp/Makefile
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2008-02-24 23:58:13 -0500
committerWolfgang Denk <wd@denx.de>2008-03-25 22:35:26 +0100
commit395bce4f59a507a60a475f7ee46bed47de9482df (patch)
tree354c55a5041a0c3e7b9b9ada917cb8eacbde069f /board/bf537-stamp/Makefile
parent8a30b4700942f37495d2e67f5998cdffb6e3ba8a (diff)
downloadblackbird-obmc-uboot-395bce4f59a507a60a475f7ee46bed47de9482df.tar.gz
blackbird-obmc-uboot-395bce4f59a507a60a475f7ee46bed47de9482df.zip
net/Blackfin: move on-chip MAC driver into drivers/net/
The Blackfin on-chip MAC driver was being managed in the BF537-STAMP board directory, but it is not board specific, so relocate it to the drivers dir so that other Blackfin ports can utilize it. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'board/bf537-stamp/Makefile')
-rw-r--r--board/bf537-stamp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/bf537-stamp/Makefile b/board/bf537-stamp/Makefile
index cdffc333eb..5d22393371 100644
--- a/board/bf537-stamp/Makefile
+++ b/board/bf537-stamp/Makefile
@@ -29,7 +29,7 @@ include $(TOPDIR)/config.mk
LIB = $(obj)lib$(BOARD).a
-COBJS := $(BOARD).o ether_bf537.o post-memory.o stm_m25p64.o cmd_bf537led.o nand.o
+COBJS := $(BOARD).o post-memory.o stm_m25p64.o cmd_bf537led.o nand.o
SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)
OBJS := $(addprefix $(obj),$(COBJS))
OpenPOWER on IntegriCloud