summaryrefslogtreecommitdiffstats
path: root/board/afeb9260/Makefile
diff options
context:
space:
mode:
authorH. Nikolaus Schaller <hns@goldelico.com>2010-11-26 17:45:13 +0100
committerH. Nikolaus Schaller <hns@goldelico.com>2010-11-26 17:45:13 +0100
commitf003cc258976f2a46226ad8a3ef01cedb356079e (patch)
treedf0250b47098e2cd148fafecd1430f1cc5031892 /board/afeb9260/Makefile
parent60d2fab5fa5130175223eff2dc4be5a4f6fe9b03 (diff)
parentc70e7ddb7e15e768d79edcbc4322d735e65ec31f (diff)
downloadbootable_bootloader_goldelico_gta04-f003cc258976f2a46226ad8a3ef01cedb356079e.zip
bootable_bootloader_goldelico_gta04-f003cc258976f2a46226ad8a3ef01cedb356079e.tar.gz
bootable_bootloader_goldelico_gta04-f003cc258976f2a46226ad8a3ef01cedb356079e.tar.bz2
git pull denx master; fixed compilation issues
Diffstat (limited to 'board/afeb9260/Makefile')
-rw-r--r--board/afeb9260/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/afeb9260/Makefile b/board/afeb9260/Makefile
index 73187fb..895412d 100644
--- a/board/afeb9260/Makefile
+++ b/board/afeb9260/Makefile
@@ -27,7 +27,7 @@
include $(TOPDIR)/config.mk
-LIB = $(obj)lib$(BOARD).a
+LIB = $(obj)lib$(BOARD).o
COBJS-y += afeb9260.o
COBJS-y += partition.o
@@ -37,7 +37,7 @@ OBJS := $(addprefix $(obj),$(COBJS-y))
SOBJS := $(addprefix $(obj),$(SOBJS))
$(LIB): $(obj).depend $(OBJS) $(SOBJS)
- $(AR) $(ARFLAGS) $@ $(OBJS) $(SOBJS)
+ $(call cmd_link_o_target, $(OBJS) $(SOBJS))
clean:
rm -f $(SOBJS) $(OBJS)