FreeCalypso > hg > freecalypso-citrine
comparison cfgmagic/post-target @ 2:7c13c26f1aa4
define ANLG_FAM as well as ANALOG for the benefit of L1 code
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 09 Jun 2016 00:19:28 +0000 |
parents | 75a11d740a02 |
children |
comparison
equal
deleted
inserted
replaced
1:7473dd8e83d3 | 2:7c13c26f1aa4 |
---|---|
84 exit 1 | 84 exit 1 |
85 ;; | 85 ;; |
86 esac | 86 esac |
87 export_to_c ANALOG | 87 export_to_c ANALOG |
88 | 88 |
89 # Define ANLG_FAM as well as ANALOG to avoid needless diffs in L1 code | |
90 # between our tree and tcs211-l1-reconst. | |
91 ANLG_FAM=$ANALOG | |
92 export_to_c ANLG_FAM | |
93 | |
89 if [ -z "$RF_type" ] | 94 if [ -z "$RF_type" ] |
90 then | 95 then |
91 echo "Error: target.$TARGET failed to define RF_type" 1>&2 | 96 echo "Error: target.$TARGET failed to define RF_type" 1>&2 |
92 exit 1 | 97 exit 1 |
93 fi | 98 fi |