* 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:
wdenk 2005-01-09 23:48:14 +00:00
parent 6225c5db6c
commit 652a10c096
11 changed files with 1420 additions and 2 deletions

View file

@ -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)