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:
authorMike Frysinger <vapier@gentoo.org>2023-12-27 07:26:40 +0300
committerMike Frysinger <vapier@gentoo.org>2024-01-20 04:26:52 +0300
commit41de4b00f762a05f5e782fb8f8bd9c788456b108 (patch)
tree9bee5ed54b95411c47f8cdf4f77f37dfc2c18ce0 /libgloss/Makefile.am
parent25f6d8772ec7f6305d59224d2043dd312e2f99e5 (diff)
libgloss: merge mn10200 into top-level Makefile
Avoid a recursive make to speed things up a bit. Untested, but follows the same pattern as mn10300, but simpler.
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