mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 10:39:08 +00:00
* Patch by Daniel Poirot, 10 Oct 2004:
Add support for Wind River sbc405 board * Patch by Rainer Brestan, 12 Oct 2004: Make examples/Makefile more robust
This commit is contained in:
parent
6225c5db6c
commit
652a10c096
11 changed files with 1420 additions and 2 deletions
|
@ -105,7 +105,7 @@ clibdir := $(shell dirname `$(CC) $(CFLAGS) -print-file-name=libc.a`)
|
|||
|
||||
CPPFLAGS += -I..
|
||||
|
||||
all: .depend $(LIB) $(SREC) $(BIN)
|
||||
all: .depend $(OBJS) $(LIB) $(SREC) $(BIN)
|
||||
|
||||
#########################################################################
|
||||
$(LIB): .depend $(LIBOBJS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue