summaryrefslogtreecommitdiff
path: root/board/amcc/bamboo/Makefile
diff options
context:
space:
mode:
authorMarkus Klotzbuecher <mk@denx.de>2007-06-06 12:36:32 +0200
committerMarkus Klotzbuecher <mk@pollux.denx.de>2007-06-06 12:36:32 +0200
commitc4e2753436bf8ed42731c5b8b9ceb62cdb482f43 (patch)
tree490da1648330b586e2aefa4d1d0eea10cd0deb46 /board/amcc/bamboo/Makefile
parent19d763c35e0b5568eaf0b8adbf7a68ccfe7fa243 (diff)
parentc0c292b2852a12e9d93e99b3aaf5b0dac5f36fdc (diff)
downloadu-boot-imx-c4e2753436bf8ed42731c5b8b9ceb62cdb482f43.zip
u-boot-imx-c4e2753436bf8ed42731c5b8b9ceb62cdb482f43.tar.gz
u-boot-imx-c4e2753436bf8ed42731c5b8b9ceb62cdb482f43.tar.bz2
Merge with git://www.denx.de/git/u-boot.git
Diffstat (limited to 'board/amcc/bamboo/Makefile')
-rw-r--r--board/amcc/bamboo/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/amcc/bamboo/Makefile b/board/amcc/bamboo/Makefile
index 5da96e9..d01cc49 100644
--- a/board/amcc/bamboo/Makefile
+++ b/board/amcc/bamboo/Makefile
@@ -1,5 +1,5 @@
#
-# (C) Copyright 2002-2006
+# (C) Copyright 2002-2007
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
#
# See file CREDITS for list of people who contributed to this
@@ -33,7 +33,7 @@ OBJS := $(addprefix $(obj),$(COBJS))
SOBJS := $(addprefix $(obj),$(SOBJS))
$(LIB): $(OBJS) $(SOBJS)
- $(AR) $(ARFLAGS) $@ $(OBJS)
+ $(AR) $(ARFLAGS) $@ $(OBJS) $(SOBJS)
clean:
rm -f $(SOBJS) $(OBJS)