瀏覽代碼

Fix examples/Makefile; some build targets were lost

Wolfgang Denk 19 年之前
父節點
當前提交
e15cd6fdbe
共有 2 個文件被更改,包括 3 次插入1 次删除
  1. 2 0
      CHANGELOG
  2. 1 1
      examples/Makefile

+ 2 - 0
CHANGELOG

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

+ 1 - 1
examples/Makefile

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