Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libgloss/Makefile.am')
-rw-r--r--libgloss/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/libgloss/Makefile.am b/libgloss/Makefile.am
index 5f2ca42a9..e48beaa21 100644
--- a/libgloss/Makefile.am
+++ b/libgloss/Makefile.am
@@ -115,6 +115,9 @@ endif
if CONFIG_LM32
include lm32/Makefile.inc
endif
+if CONFIG_MN10200
+include mn10200/Makefile.inc
+endif
if CONFIG_MN10300
include mn10300/Makefile.inc
endif