Fix examples/Makefile; some build targets were lost
authorWolfgang Denk <wd@pollux.denx.de>
Fri, 2 Jun 2006 14:47:10 +0000 (16:47 +0200)
committerWolfgang Denk <wd@pollux.denx.de>
Fri, 2 Jun 2006 14:47:10 +0000 (16:47 +0200)
CHANGELOG
examples/Makefile

index 7342bb99cb4e2e278923e3f128345b98000e700c..f10f6881f58d29caec7872d8cad64f3f9dd54763 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,8 @@
 Changes since U-Boot 1.1.4:
 ======================================================================
 
+* Fix examples/Makefile; some build targets were lost
+  
 * Fix watchdog handling in CFI flash driver
   Just use udelay() when waiting for status changes which will
   implicitely trigger the watchdog.
index b198048973e84ab9f9e1f6f82e048136cda05864..fee26741d07d08cee78d7fa84dc083f7dfe3ba25 100644 (file)
@@ -122,7 +122,7 @@ clibdir := $(shell dirname `$(CC) $(CFLAGS) -print-file-name=libc.a`)
 
 CPPFLAGS += -I..
 
-all:   .depend $(OBJS) $(LIB) #$(SREC) $(BIN)
+all:   .depend $(OBJS) $(LIB) $(SREC) $(BIN)
 
 #########################################################################
 $(LIB): .depend $(LIBOBJS)