diff options
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/examples/Makefile b/examples/Makefile index 79af4b07c..d63fa7032 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): |