changeset 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 7473dd8e83d3
children f93dab57b032
files cfgmagic/post-target
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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