summaryrefslogtreecommitdiff
path: root/config/libc.in
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-03-29 18:24:50 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-03-29 18:24:50 (GMT)
commitd276ce2a4fbb5c86bdc7b8cab3860c34741751af (patch)
treee4ab393aaf1cbd5445cc4432c8a17fea1c6806cd /config/libc.in
parent712f0c9919a43cac22ef0bfa8f0cb07f24e810db (diff)
config: fix style issues when source-ing files
Always enclose the sourced file between double-quotes (purely for consistency; enclosing or not are both allowed by the kconfig language).
Diffstat (limited to 'config/libc.in')
-rw-r--r--config/libc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/libc.in b/config/libc.in
index 42fe272..de6955e 100644
--- a/config/libc.in
+++ b/config/libc.in
@@ -19,7 +19,7 @@ config LIBC_VERSION
So if you want to be able to re-build your toolchain later, you will
have to save your C library tarball by yourself.
-source config.gen/libc.in
+source "config.gen/libc.in"
config LIBC_SUPPORT_NPTL
bool