summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorJon Loeliger <jdl@freescale.com>2006-10-10 22:21:42 (GMT)
committerJon Loeliger <jdl@freescale.com>2006-10-10 22:21:42 (GMT)
commitdaaba9859b0b94571dc3e45ad0c26e136426b351 (patch)
tree688c9068794d45f78f9347cb47b7fba55a4b10be /examples
parent1fd5699a4a24f5c1dab1b32f480bace1ebb9fc3e (diff)
parenta3bb7bfc06a9ccb7e2f91ccc54a90ae69177214f (diff)
downloadu-boot-daaba9859b0b94571dc3e45ad0c26e136426b351.tar.xz
Merge branch 'master' of http://www.denx.de/git/u-boot
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 d7cd843..8706ed4 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -138,7 +138,7 @@ all: $(obj).depend $(OBJS) $(LIB) $(SREC) $(BIN)
#########################################################################
$(LIB): $(obj).depend $(LIBOBJS)
- $(AR) crv $@ $(LIBOBJS)
+ $(AR) $(ARFLAGS) $@ $(LIBOBJS)
$(obj)%: $(obj)%.o $(LIB)
$(LD) -g $(EX_LDFLAGS) -Ttext $(LOAD_ADDR) \