diff options
author | Martin Krause <Martin.Krause@tqs.de> | 2006-12-12 14:26:01 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2007-08-06 00:45:40 +0200 |
commit | 8092fef4c29b395958bb649647da7e3775731517 (patch) | |
tree | b9034385a5f98da51f62d556ff0b0696be32cfe8 /board/trab | |
parent | 63cec5814fab5d2b1c86982327433807a5ac0249 (diff) |
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')
-rw-r--r-- | board/trab/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/trab/Makefile b/board/trab/Makefile index 868ca4281f1..fbe1c3640fc 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=) $@ |