config/config.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Mon Mar 29 20:24:50 2010 +0200 (2010-03-29)
changeset 1870 a4c4e51aa541
parent 1869 619a87a01562
child 1877 b579a5cb53d1
permissions -rw-r--r--
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).
yann@1870
     1
source "config/backend.in"
yann@1869
     2
if ! BACKEND_ERROR
yann@1870
     3
source "config/global.in"
yann@1870
     4
source "config/target.in"
yann@1870
     5
source "config/toolchain.in"
yann@1870
     6
source "config/kernel.in"
yann@1870
     7
source "config/binutils.in"
yann@1870
     8
source "config/cc.in"
yann@1870
     9
source "config/libc.in"
yann@1870
    10
source "config/debug.in"
yann@1870
    11
source "config/companion_libs.in"
yann@1870
    12
source "config/companion_tools.in"
yann@1869
    13
endif # ! BACKEND_ERROR