summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.denx.de>2006-06-02 16:47:10 +0200
committerWolfgang Denk <wd@pollux.denx.de>2006-06-02 16:47:10 +0200
commite15cd6fdbe6f16eca04a90aeaf4e911178c8af1c (patch)
treed534ba52c8866c705d402f6b90231ed76dba297f /examples
parent62b8f54877665e8f99ed1f0b9bb3d4e21e31ef41 (diff)
downloadblackbird-obmc-uboot-e15cd6fdbe6f16eca04a90aeaf4e911178c8af1c.tar.gz
blackbird-obmc-uboot-e15cd6fdbe6f16eca04a90aeaf4e911178c8af1c.zip
Fix examples/Makefile; some build targets were lost
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile b/examples/Makefile
index b198048973..fee26741d0 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -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)
OpenPOWER on IntegriCloud