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-02-02 09:06:21 +0300
committerMike Frysinger <vapier@gentoo.org>2022-02-11 14:14:55 +0300
commit66dfedc28778e81d9d75a4a3fa1e74192138bf62 (patch)
tree9b7baf6afa1365e7fad67030a082fb15ef30ebd0 /libgloss/Makefile.am
parent62e580f01b8d1c5a3bce5c046853332217cf6458 (diff)
libgloss: merge bfin 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.am9
1 files changed, 9 insertions, 0 deletions
diff --git a/libgloss/Makefile.am b/libgloss/Makefile.am
index 42d7b7ffb..b180309ca 100644
--- a/libgloss/Makefile.am
+++ b/libgloss/Makefile.am
@@ -15,6 +15,12 @@ multilibtooldir = $(tooldir)/lib$(MULTISUBDIR)
multilibtool_DATA =
multilibtool_LIBRARIES =
+includetooldir = $(tooldir)/include
+includetool_DATA =
+
+includesystooldir = $(tooldir)/include/sys
+includesystool_DATA =
+
# A fake library so automake will generate rules for plain objects that we want
# to install (e.g. our crt0.o objects).
noinst_LIBRARIES = libobjs.a
@@ -53,6 +59,9 @@ TEXINFO_TEX = ../texinfo/texinfo.tex
if HAVE_DOC
include doc/Makefile.inc
endif
+if CONFIG_BFIN
+include bfin/Makefile.inc
+endif
if CONFIG_IQ2000
include iq2000/Makefile.inc
endif