Fix examples/Makefile; some build targets were lost

This commit is contained in:
Wolfgang Denk 2006-06-02 16:47:10 +02:00
parent 62b8f54877
commit e15cd6fdbe
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,8 @@
Changes since U-Boot 1.1.4: Changes since U-Boot 1.1.4:
====================================================================== ======================================================================
* Fix examples/Makefile; some build targets were lost
* Fix watchdog handling in CFI flash driver * Fix watchdog handling in CFI flash driver
Just use udelay() when waiting for status changes which will Just use udelay() when waiting for status changes which will
implicitely trigger the watchdog. implicitely trigger the watchdog.

View File

@ -122,7 +122,7 @@ clibdir := $(shell dirname `$(CC) $(CFLAGS) -print-file-name=libc.a`)
CPPFLAGS += -I.. CPPFLAGS += -I..
all: .depend $(OBJS) $(LIB) #$(SREC) $(BIN) all: .depend $(OBJS) $(LIB) $(SREC) $(BIN)
######################################################################### #########################################################################
$(LIB): .depend $(LIBOBJS) $(LIB): .depend $(LIBOBJS)