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>2024-01-21 07:47:12 +0300
committerMike Frysinger <vapier@gentoo.org>2024-01-23 16:19:54 +0300
commit752489c76e2a3c8f4b658597ff7956466366961c (patch)
treea65a321c9ecfe993936c773216e25dff637befcb /libgloss/Makefile.am
parent90d6966b88392dbcef01c64766eb452c645a7bfe (diff)
libgloss: merge cr16 into top-level Makefile
Avoid a recursive make to speed things up a bit. A cr16-elf build shows installed objects & libs produce same code. The test targets were dropped as they didn't actually work -- there is no test.o rule in here.
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 084d433d3..77a199e96 100644
--- a/libgloss/Makefile.am
+++ b/libgloss/Makefile.am
@@ -92,6 +92,9 @@ endif
if CONFIG_BFIN
include bfin/Makefile.inc
endif
+if CONFIG_CR16
+include cr16/Makefile.inc
+endif
if CONFIG_CSKY
include csky/Makefile.inc
endif