changeset 144:2c7f62ceb4ac

configure-tms470.sh: TARGET needs to be exported to the Makefile
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 06 Feb 2019 22:13:04 +0000
parents 615ea8a155a1
children d606941f1286
files configure-tms470.sh
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/configure-tms470.sh	Wed Feb 06 21:53:28 2019 +0000
+++ b/configure-tms470.sh	Wed Feb 06 22:13:04 2019 +0000
@@ -351,6 +351,8 @@
 
 helpers/makeline def CONFIG_NAME $CONFIG_NAME > $BUILD_DIR/Makefile
 echo >> $BUILD_DIR/Makefile
+helpers/makeline def TARGET $TARGET >> $BUILD_DIR/Makefile
+echo >> $BUILD_DIR/Makefile
 helpers/makeline def SUBDIR $SUBDIR >> $BUILD_DIR/Makefile
 echo >> $BUILD_DIR/Makefile
 helpers/makeline def LIBS $LIBS >> $BUILD_DIR/Makefile