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>2022-12-15 02:58:01 +0300
committerMike Frysinger <vapier@gentoo.org>2023-01-11 16:42:19 +0300
commit0e1c0a02cfeafaeb88be025c6e99538337d67d8c (patch)
treea8c883c5f3624e445b402a9ac66a6198355b7d40 /libgloss/Makefile.am
parent5401db924f565a72939d2b7cb66d6d51203fefb7 (diff)
libgloss: merge d30v into top-level Makefile
Avoid a recursive make to speed things up a bit.
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 b6b89cf4f..13290453c 100644
--- a/libgloss/Makefile.am
+++ b/libgloss/Makefile.am
@@ -75,6 +75,9 @@ endif
if CONFIG_BFIN
include bfin/Makefile.inc
endif
+if CONFIG_D30V
+include d30v/Makefile.inc
+endif
if CONFIG_IQ2000
include iq2000/Makefile.inc
endif