# HG changeset patch # User Mychaela Falconia # Date 1465431568 0 # Node ID 7c13c26f1aa46f7a3b78dfde56136ec4da3898a2 # Parent 7473dd8e83d349f2a506c71f8a678d0683b1fd91 define ANLG_FAM as well as ANALOG for the benefit of L1 code diff -r 7473dd8e83d3 -r 7c13c26f1aa4 cfgmagic/post-target --- a/cfgmagic/post-target Thu Jun 09 00:05:15 2016 +0000 +++ b/cfgmagic/post-target Thu Jun 09 00:19:28 2016 +0000 @@ -86,6 +86,11 @@ esac export_to_c ANALOG +# Define ANLG_FAM as well as ANALOG to avoid needless diffs in L1 code +# between our tree and tcs211-l1-reconst. +ANLG_FAM=$ANALOG +export_to_c ANLG_FAM + if [ -z "$RF_type" ] then echo "Error: target.$TARGET failed to define RF_type" 1>&2