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:
authorPalmer Dabbelt <palmer@rivosinc.com>2022-08-24 02:12:56 +0300
committerCorinna Vinschen <corinna@vinschen.de>2022-08-26 17:47:48 +0300
commitf59ff93046341e688bc36ea81bddd60eea405e21 (patch)
tree0d9ee65f3b901e136b0a4c90e6c50f1337fb2b30 /libgloss/Makefile.am
parent0819679a7a2101b7384b82f2449f56994359aa3a (diff)
libgloss: riscv: Convert to non-recursive automake
PR 29515 points out our documentation builds are broken, let's just move over to the new non-recursive builds. Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
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 43da838f0..5464eb8bd 100644
--- a/libgloss/Makefile.am
+++ b/libgloss/Makefile.am
@@ -71,6 +71,9 @@ endif
if CONFIG_LM32
include lm32/Makefile.inc
endif
+if CONFIG_RISCV
+include riscv/Makefile.inc
+endif
if CONFIG_WINCE
include wince/Makefile.inc
endif