aboutsummaryrefslogtreecommitdiff
path: root/board/mp2usb/Makefile
diff options
context:
space:
mode:
authorJon Loeliger2006-10-10 17:21:42 -0500
committerJon Loeliger2006-10-10 17:21:42 -0500
commitdaaba9859b0b94571dc3e45ad0c26e136426b351 (patch)
tree688c9068794d45f78f9347cb47b7fba55a4b10be /board/mp2usb/Makefile
parent1fd5699a4a24f5c1dab1b32f480bace1ebb9fc3e (diff)
parenta3bb7bfc06a9ccb7e2f91ccc54a90ae69177214f (diff)
Merge branch 'master' of http://www.denx.de/git/u-boot
Diffstat (limited to 'board/mp2usb/Makefile')
-rw-r--r--board/mp2usb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/mp2usb/Makefile b/board/mp2usb/Makefile
index c1e7ffd8279..423d77da3bb 100644
--- a/board/mp2usb/Makefile
+++ b/board/mp2usb/Makefile
@@ -32,7 +32,7 @@ OBJS := $(addprefix $(obj),$(COBJS))
SOBJS := $(addprefix $(obj),$(SOBJS))
$(LIB): $(obj).depend $(OBJS)
- $(AR) crv $@ $(OBJS)
+ $(AR) $(ARFLAGS) $@ $(OBJS)
clean:
rm -f $(SOBJS) $(OBJS)