summaryrefslogtreecommitdiffstats
path: root/examples/Makefile
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2008-02-04 19:26:55 -0500
committerMike Frysinger <vapier@gentoo.org>2008-02-04 19:26:55 -0500
commit0858b835e7ea501ea084d34cef75932f098342bb (patch)
treeb25a0aa1aad0f92cfb6217aa4ce3160e2b1abeab /examples/Makefile
parent8dc48d71a4be753ea9f84956cd33600de35fad04 (diff)
downloadtalos-obmc-uboot-0858b835e7ea501ea084d34cef75932f098342bb.tar.gz
talos-obmc-uboot-0858b835e7ea501ea084d34cef75932f098342bb.zip
add support for Blackfin symbol prefixes to examples
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'examples/Makefile')
-rw-r--r--examples/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile b/examples/Makefile
index 79af4b07cd..d63fa70323 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -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):
OpenPOWER on IntegriCloud