X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=board%2Ftqm834x%2FMakefile;h=4c0d20417e5a5c49ab74a1f43adff896888368e1;hb=2db64784061bfc34f4ba70ef1d2fbe7133b55670;hp=6991cfbf28a3f94ad812d2f1c11ac0de2c7e654e;hpb=f93286397ed2a7084efb0362a43ee09f11702349;p=oweals%2Fu-boot.git diff --git a/board/tqm834x/Makefile b/board/tqm834x/Makefile index 6991cfbf28..4c0d20417e 100644 --- a/board/tqm834x/Makefile +++ b/board/tqm834x/Makefile @@ -1,7 +1,7 @@ # # (C) Copyright 2006 # Wolfgang Denk, DENX Software Engineering, wd@denx.de. -# +# # Copyright 2004 Freescale Semiconductor, Inc. # # See file CREDITS for list of people who contributed to this @@ -34,7 +34,7 @@ OBJS := $(addprefix $(obj),$(COBJS)) SOBJS := $(addprefix $(obj),$(SOBJS)) $(LIB): $(obj).depend $(OBJS) - $(AR) crv $@ $(OBJS) + $(AR) $(ARFLAGS) $@ $(OBJS) clean: rm -f $(SOBJS) $(OBJS)