diff options
author | Wolfgang Denk <wd@pollux.(none)> | 2005-09-25 00:53:22 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.(none)> | 2005-09-25 00:53:22 +0200 |
commit | 265817c7e6e55f1c2d05b8aa2080145291968b2e (patch) | |
tree | 039a6759c8fcfe262f0af106e7c5ac746d19478e /board/esd | |
parent | b63de2c053999d95c71a93745c410a2ffc65327f (diff) | |
download | u-boot-265817c7e6e55f1c2d05b8aa2080145291968b2e.zip u-boot-265817c7e6e55f1c2d05b8aa2080145291968b2e.tar.gz u-boot-265817c7e6e55f1c2d05b8aa2080145291968b2e.tar.bz2 |
Add support for AMD's Pb1x00 eval board;
add MII routines to the au1x00 ethernet driver;
add USB ohci driver (work in progress)
Patch by Thomas Sailer, 20 Jan 2005
Diffstat (limited to 'board/esd')
-rw-r--r-- | board/esd/cpci2dp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/esd/cpci2dp/Makefile b/board/esd/cpci2dp/Makefile index b067432..a60495a 100644 --- a/board/esd/cpci2dp/Makefile +++ b/board/esd/cpci2dp/Makefile @@ -25,7 +25,7 @@ include $(TOPDIR)/config.mk LIB = lib$(BOARD).a -OBJS = $(BOARD).o flash.o ../common/misc.o +OBJS = $(BOARD).o flash.o ../common/misc.o $(LIB): $(OBJS) $(SOBJS) $(AR) crv $@ $(OBJS) |