config/global.in
author David Holsgrove <david.holsgrove@xilinx.com>
Thu Oct 04 13:26:14 2012 +1000 (2012-10-04)
changeset 3075 aadd4647dd91
parent 694 1026e9628e59
permissions -rw-r--r--
scripts/functions: add a generic custom location infrastructure

Add a generic custom location infrastructure (inspired by the one in
kernel/linux) to allow the user to use custom tarballs or directories
for any component.

Signed-off-by: "David Holsgrove" <david.holsgrove@xilinx.com>
[yann.morin.1998@free.fr: move config option, improve help text, fix API doc]
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Message-Id: <131c163c69f9cc81d2be.1349931191@localhost.localdomain>
PatchWork-Id: 190784
Message-Id: <0bbaba9190a76ba97f72.1349931192@localhost.localdomain>
PatchWork-Id: 190785
     1 # Overall toolchain configuration: paths, jobs, etc...
     2 
     3 # Allow unconditional usage of tristates
     4 config MODULES
     5     bool
     6     default y
     7 
     8 menu "Paths and misc options"
     9 
    10 source "config/global/ct-behave.in"
    11 source "config/global/paths.in"
    12 source "config/global/download.in"
    13 source "config/global/extract.in"
    14 source "config/global/build-behave.in"
    15 source "config/global/logging.in"
    16 
    17 endmenu