diff options
author | Stefan Roese <sr@denx.de> | 2006-11-10 07:48:47 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2006-11-10 07:48:47 +0100 |
commit | dfc8a9ee0040e53ada125a3c52f241e37f09cf28 (patch) | |
tree | 60fd3973150a4e6b3d9d129d117ecab71b5edabe /cpu/i386/Makefile | |
parent | 5c912cb1c31266c66ca59b36f9b6f87296421d75 (diff) | |
parent | 91650b3e4de688038d4f71279c44858e3e2c6870 (diff) | |
download | u-boot-dfc8a9ee0040e53ada125a3c52f241e37f09cf28.tar.gz u-boot-dfc8a9ee0040e53ada125a3c52f241e37f09cf28.tar.xz u-boot-dfc8a9ee0040e53ada125a3c52f241e37f09cf28.zip |
Merge with /home/stefan/git/u-boot/denx
Diffstat (limited to 'cpu/i386/Makefile')
-rw-r--r-- | cpu/i386/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpu/i386/Makefile b/cpu/i386/Makefile index cd46dea2c7..50534b615b 100644 --- a/cpu/i386/Makefile +++ b/cpu/i386/Makefile @@ -1,7 +1,7 @@ # # (C) Copyright 2006 # Wolfgang Denk, DENX Software Engineering, wd@denx.de. -# +# # (C) Copyright 2002 # Daniel Engström, Omicron Ceti AB, daniel@omicron.se. # @@ -39,7 +39,7 @@ START := $(addprefix $(obj),$(START)) all: $(obj).depend $(START) $(LIB) $(LIB): $(OBJS) - $(AR) crv $@ $(OBJS) + $(AR) $(ARFLAGS) $@ $(OBJS) ######################################################################### |