summaryrefslogtreecommitdiffstats
path: root/board/trab/Makefile
diff options
context:
space:
mode:
authorMartin Krause <Martin.Krause@tqs.de>2006-12-12 14:26:01 +0100
committerWolfgang Denk <wd@denx.de>2007-08-06 00:45:40 +0200
commit8092fef4c29b395958bb649647da7e3775731517 (patch)
treeb9034385a5f98da51f62d556ff0b0696be32cfe8 /board/trab/Makefile
parent63cec5814fab5d2b1c86982327433807a5ac0249 (diff)
downloadblackbird-obmc-uboot-8092fef4c29b395958bb649647da7e3775731517.tar.gz
blackbird-obmc-uboot-8092fef4c29b395958bb649647da7e3775731517.zip
Add functions to list of exported functions
Additionally export the following fuctions (to make trab_config build again): - simple_strtol() - strcmp() Also bump the ABI version to reflect this change Signed-off-by: Martin Krause <martin.krause@tqs.de>
Diffstat (limited to 'board/trab/Makefile')
-rw-r--r--board/trab/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/trab/Makefile b/board/trab/Makefile
index 868ca4281f..fbe1c3640f 100644
--- a/board/trab/Makefile
+++ b/board/trab/Makefile
@@ -50,7 +50,6 @@ $(LIB): $(obj).depend $(OBJS) $(SOBJS)
$(obj)trab_fkt.srec: $(OBJS_FKT) $(LIB)
$(LD) -g -Ttext $(LOAD_ADDR) -o $(<:.o=) -e trab_fkt $^ $(LIB) \
-L$(obj)../../examples -lstubs \
- -L$(obj)../../lib_generic -lgeneric \
-L$(gcclibdir) -lgcc
$(OBJCOPY) -O srec $(<:.o=) $@
OpenPOWER on IntegriCloud