summaryrefslogtreecommitdiffstats
path: root/board/siemens
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2008-07-02 23:00:14 +0200
committerWolfgang Denk <wd@denx.de>2008-07-02 23:00:14 +0200
commit461fa68d20861811487944d22291db5a13410e20 (patch)
tree54d2bd61d37a375667cef5e91ccc3bfb11407ea9 /board/siemens
parent5981ebd32017e062b08aa6747cf591276f2db779 (diff)
downloadblackbird-obmc-uboot-461fa68d20861811487944d22291db5a13410e20.tar.gz
blackbird-obmc-uboot-461fa68d20861811487944d22291db5a13410e20.zip
Cleanup: replace hard-wired $(AR) 'crv' settings by $(ARFLAGS)
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'board/siemens')
-rw-r--r--board/siemens/SMN42/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/siemens/SMN42/Makefile b/board/siemens/SMN42/Makefile
index 2c7b54b081..4e75b6f7a3 100644
--- a/board/siemens/SMN42/Makefile
+++ b/board/siemens/SMN42/Makefile
@@ -33,7 +33,7 @@ OBJS := $(addprefix $(obj),$(COBJS))
SOBJS := $(addprefix $(obj),$(SOBJTS))
$(LIB): $(obj).depend $(OBJS) $(SOBJS)
- $(AR) crv $@ $(OBJS) $(SOBJS)
+ $(AR) $(ARFLAGS) $@ $(OBJS) $(SOBJS)
clean:
rm -f $(SOBJS) $(OBJS)
OpenPOWER on IntegriCloud