summaryrefslogtreecommitdiff
path: root/config/config.mk
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-05-09 18:15:39 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-05-09 18:15:39 (GMT)
commitf6037420148fda52e452637fa261fd295879d5e0 (patch)
tree49f4defd81a44e0d153e5ca4ff34fc4bbc340a3f /config/config.mk
parent82250e56c7e218ef03298a04743573c8705147d4 (diff)
libc/glibc: use the multi-inclusion capability of the new kconfig
Now that kconfig can include a file multiple times, link the glibc/eglibc common stuff to two .in.2 files. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'config/config.mk')
-rw-r--r--config/config.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/config/config.mk b/config/config.mk
index 8cb63f8..1f9dc66 100644
--- a/config/config.mk
+++ b/config/config.mk
@@ -118,10 +118,6 @@ define build_gen_choice_in
echo "source \"$${file}\""; \
echo "endif"; \
done; \
- echo ""; \
- for file in $(wildcard $(4)/*.in-common); do \
- echo "source \"$${file}\""; \
- done; \
) >$(1)
$(SILENT)(echo "# $(2) second part options"; \
echo "# Generated file, do not edit!!!"; \