]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - lib_nios/Makefile
[new uImage] Add dual format uImage support framework
[karo-tx-uboot.git] / lib_nios / Makefile
index ad4c6c4650123e9796bd7cbd873cf9b089da2ae9..d8ae7bd2652c79fd29b8ce392bc68c3af25b8526 100644 (file)
@@ -27,13 +27,13 @@ LIB = $(obj)lib$(ARCH).a
 
 SOBJS  =
 
-COBJS  = board.o cache.o divmod.o nios_linux.o mult.o time.o
+COBJS  = board.o cache.o divmod.o bootm.o mult.o time.o
 
 SRCS   := $(SOBJS:.o=.S) $(COBJS:.o=.c)
 OBJS   := $(addprefix $(obj),$(SOBJS) $(COBJS))
 
 $(LIB):        $(obj).depend $(OBJS)
-       $(AR) crv $@ $(OBJS)
+       $(AR) $(ARFLAGS) $@ $(OBJS)
 
 #########################################################################