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 05:11:58 +0300
committerMike Frysinger <vapier@gentoo.org>2024-01-20 04:21:05 +0300
commit787b83bb9ba9f7508c9808a3acee64dda0140c94 (patch)
tree2885535a71de099f4b47dc85808b7da0c7f0005a /libgloss/Makefile.am
parentf9047928083511340dca8b76afca00bc6e248c96 (diff)
libgloss: merge msp430 into top-level Makefile
Avoid a recursive make to speed things up a bit. A msp430-elf build shows installed objects & libs produce same code.
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 ccfbfc167..6ae234670 100644
--- a/libgloss/Makefile.am
+++ b/libgloss/Makefile.am
@@ -112,6 +112,9 @@ endif
if CONFIG_MOXIE
include moxie/Makefile.inc
endif
+if CONFIG_MSP430
+include msp430/Makefile.inc
+endif
if CONFIG_NIOS2
include nios2/Makefile.inc
endif