comparison configure-tms470.sh @ 159:e8853af07f45

configure-tms470.sh: j100 target in m0-to-bin selection
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 17 Mar 2019 07:22:30 +0000
parents 2c7f62ceb4ac
children
comparison
equal deleted inserted replaced
158:8fe0cde2fd79 159:e8853af07f45
376 cat tms470/makefile-frags/first-part >> $BUILD_DIR/Makefile 376 cat tms470/makefile-frags/first-part >> $BUILD_DIR/Makefile
377 377
378 cat tms470/makefile-frags/link-steps >> $BUILD_DIR/Makefile 378 cat tms470/makefile-frags/link-steps >> $BUILD_DIR/Makefile
379 379
380 case "$TARGET" in 380 case "$TARGET" in
381 c11x|c139) 381 c11x|c139|j100)
382 cat tms470/makefile-frags/m0-to-bin-c139 >> $BUILD_DIR/Makefile 382 cat tms470/makefile-frags/m0-to-bin-c139 >> $BUILD_DIR/Makefile
383 ;; 383 ;;
384 c155) 384 c155)
385 cat tms470/makefile-frags/m0-to-bin-c155 >> $BUILD_DIR/Makefile 385 cat tms470/makefile-frags/m0-to-bin-c155 >> $BUILD_DIR/Makefile
386 ;; 386 ;;