]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - examples/Makefile
add support for Blackfin symbol prefixes to examples
[karo-tx-uboot.git] / examples / Makefile
index 79af4b07cd3d71dc176b704ec205344ff2348ac0..d63fa703232a92af2069e76fd52a006252650e60 100644 (file)
@@ -162,7 +162,7 @@ $(LIB):     $(obj).depend $(LIBOBJS)
 $(ELF):
 $(obj)%:       $(obj)%.o $(LIB)
                $(LD) -g $(EX_LDFLAGS) -Ttext $(LOAD_ADDR) \
-                       -o $@ -e $(notdir $(<:.o=)) $< $(LIB) \
+                       -o $@ -e $(SYM_PREFIX)$(notdir $(<:.o=)) $< $(LIB) \
                        -L$(gcclibdir) -lgcc
 
 $(SREC):