comparison scripts/mk-component.sh @ 35:686b2e77043e

scripts/mk-component.sh: define COMPILER=tms470
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 16 Jul 2018 16:41:59 +0000
parents 0085ce06b728
children 2106617f1291
comparison
equal deleted inserted replaced
34:397e3a3274ea 35:686b2e77043e
92 OBJS="$OBJS $objname" 92 OBJS="$OBJS $objname"
93 } 93 }
94 94
95 # invoke the recipe 95 # invoke the recipe
96 96
97 COMPILER=tms470
97 SRC=../../src 98 SRC=../../src
98 OBJS= 99 OBJS=
99 MMI=0 100 MMI=0
100 . "$recipe_file" 101 . "$recipe_file"
101 102