summaryrefslogtreecommitdiffstats
path: root/examples/Makefile
diff options
context:
space:
mode:
authorwdenk <wdenk>2005-01-09 23:48:14 +0000
committerwdenk <wdenk>2005-01-09 23:48:14 +0000
commit652a10c0965bcbc64dc88fc54e34bedf1612e66b (patch)
tree97d783f40d83ec79afe1e46d1bc8c55f16c65d41 /examples/Makefile
parent6225c5db6cb5a727cbf795678b857b3b66ba0911 (diff)
downloadtalos-obmc-uboot-652a10c0965bcbc64dc88fc54e34bedf1612e66b.tar.gz
talos-obmc-uboot-652a10c0965bcbc64dc88fc54e34bedf1612e66b.zip
* Patch by Daniel Poirot, 10 Oct 2004:
Add support for Wind River sbc405 board * Patch by Rainer Brestan, 12 Oct 2004: Make examples/Makefile more robust
Diffstat (limited to 'examples/Makefile')
-rw-r--r--examples/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile b/examples/Makefile
index a12695bba4..300ac53722 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -105,7 +105,7 @@ clibdir := $(shell dirname `$(CC) $(CFLAGS) -print-file-name=libc.a`)
CPPFLAGS += -I..
-all: .depend $(LIB) $(SREC) $(BIN)
+all: .depend $(OBJS) $(LIB) $(SREC) $(BIN)
#########################################################################
$(LIB): .depend $(LIBOBJS)
OpenPOWER on IntegriCloud