]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - lib_generic/Makefile
Merge with http://opensource.freescale.com/pub/scm/u-boot-83xx.git
[karo-tx-uboot.git] / lib_generic / Makefile
index fcd43c676f7b3c80aeea29efc51e7082e44000fa..f012cab7d8adba1443b09d598832d9c73ae327cc 100644 (file)
@@ -29,12 +29,12 @@ COBJS       = bzlib.o bzlib_crctable.o bzlib_decompress.o \
          bzlib_randtable.o bzlib_huffman.o \
          crc32.o ctype.o display_options.o ldiv.o \
          string.o vsprintf.o zlib.o
-         
+
 SRCS   := $(COBJS:.o=.c)
 OBJS   := $(addprefix $(obj),$(COBJS))
 
 $(LIB):        $(obj).depend $(OBJS)
-       $(AR) crv $@ $(OBJS)
+       $(AR) $(ARFLAGS) $@ $(OBJS)
 
 #########################################################################