FreeCalypso > hg > fc-selenite
diff configure-tms470.sh @ 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 | 1f43655bb3e4 |
children | e8853af07f45 |
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