changeset 590:ea22e20c3d70

targets/c1??.h: define CONFIG_TARGET_C1XX in addition to the specific target and CONFIG_TARGET_COMPAL, to help differentiate between Mot C1xx and SE J100, both in the greater Compal family
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 16 Mar 2019 06:07:12 +0000
parents 9b81b68e8e64
children 205a3ec39d89
files targets/c11x.h targets/c139.h targets/c155.h
diffstat 3 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/targets/c11x.h	Thu Mar 14 23:51:42 2019 +0000
+++ b/targets/c11x.h	Sat Mar 16 06:07:12 2019 +0000
@@ -1,4 +1,5 @@
 #define	CONFIG_TARGET_C11X	1
+#define	CONFIG_TARGET_C1XX	1
 #define	CONFIG_TARGET_COMPAL	1
 #define	USE_TSPACT2_FOR_TXLOW	0
 #define	UARTFAX_CLASSIC_DTR_DCD	0
--- a/targets/c139.h	Thu Mar 14 23:51:42 2019 +0000
+++ b/targets/c139.h	Sat Mar 16 06:07:12 2019 +0000
@@ -1,4 +1,5 @@
 #define	CONFIG_TARGET_C139	1
+#define	CONFIG_TARGET_C1XX	1
 #define	CONFIG_TARGET_COMPAL	1
 #define	USE_TSPACT2_FOR_TXLOW	1
 #define	UARTFAX_CLASSIC_DTR_DCD	0
--- a/targets/c155.h	Thu Mar 14 23:51:42 2019 +0000
+++ b/targets/c155.h	Sat Mar 16 06:07:12 2019 +0000
@@ -1,4 +1,5 @@
 #define	CONFIG_TARGET_C155	1
+#define	CONFIG_TARGET_C1XX	1
 #define	CONFIG_TARGET_COMPAL	1
 #define	USE_TSPACT2_FOR_TXLOW	0
 #define	UARTFAX_CLASSIC_DTR_DCD	0