]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - examples/Makefile
Fix examples/Makefile; some build targets were lost
[karo-tx-uboot.git] / examples / Makefile
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)