X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=scripts%2Fbasic%2FMakefile;fp=scripts%2Fbasic%2FMakefile;h=f22e94c3a2d14d73d646bf27080e0d330f56cdb2;hb=64ba3f394c830ec48a1c31b53dcae312c56f1604;hp=2f60070f97332109d84fa47d581f7e14fce6650c;hpb=be1e6109ac94a859551f8e1774eb9a8469fe055c;p=linux-2.6.git diff --git a/scripts/basic/Makefile b/scripts/basic/Makefile index 2f60070f9..f22e94c3a 100644 --- a/scripts/basic/Makefile +++ b/scripts/basic/Makefile @@ -1,15 +1,17 @@ ### # Makefile.basic list the most basic programs used during the build process. # The programs listed herein is what is needed to do the basic stuff, -# such as fix dependency file. +# such as splitting .config and fix dependency file. # This initial step is needed to avoid files to be recompiled # when kernel configuration changes (which is what happens when # .config is included by main Makefile. # --------------------------------------------------------------------------- # fixdep: Used to generate dependency information during build process +# split-include: Divide all config symbols up in a number of files in +# include/config/... # docproc: Used in Documentation/docbook -hostprogs-y := fixdep docproc +hostprogs-y := fixdep split-include docproc always := $(hostprogs-y) # fixdep is needed to compile other host programs