FreeCalypso > hg > freecalypso-tools
diff target-utils/flash-boot-test/Makefile @ 477:58d3a0634272
target-utils/*/Makefile: better construct for crt0.S symlink
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 13 Feb 2019 06:21:42 +0000 |
parents | cc6594a7fc7a |
children | cd900b885eb2 |
line wrap: on
line diff
--- a/target-utils/flash-boot-test/Makefile Wed Feb 13 06:14:30 2019 +0000 +++ b/target-utils/flash-boot-test/Makefile Wed Feb 13 06:21:42 2019 +0000 @@ -12,8 +12,8 @@ all: fbt-mode0.bin fbt-mode1.bin -crt0.S: ../env/crt0.S - ln -s $< . +crt0.S: + ln -s ../env/crt0.S . fbt-mode0.elf: ${OBJS} magic0.o ${LIBS} ${LDS} ${LD} -N -T ${LDS} -o $@ ${OBJS} magic0.o ${LIBS} ${LIBGCC}