# HG changeset patch # User Mychaela Falconia # Date 1549491184 0 # Node ID 2c7f62ceb4ac4e1b33b8f825af7dd13fe140cb23 # Parent 615ea8a155a1457bdd59e660b590b90dbb9f3112 configure-tms470.sh: TARGET needs to be exported to the Makefile diff -r 615ea8a155a1 -r 2c7f62ceb4ac configure-tms470.sh --- 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