diff options
| author | Kai Germaschewski <kai@tp1.ruhr-uni-bochum.de> | 2003-02-18 23:02:59 -0600 |
|---|---|---|
| committer | Kai Germaschewski <kai@tp1.ruhr-uni-bochum.de> | 2003-02-18 23:02:59 -0600 |
| commit | 4339cd9a6e06ab6fae922e49948176fff5c79450 (patch) | |
| tree | 56d3cc7b47fce5f8a48a90c47b8df0780ad713cb /scripts/Makefile | |
| parent | ffb5450c435e42e0eaa206cb13e6f4731e0f3ba8 (diff) | |
kbuild: Remove scripts/elfconfig.h with "make clean"
We have a bit of a mess with build-targets, EXTRA_TARGETS, targets,
which needs cleaning up some time. Anyway, we just add $(targets) to the
files which get deleted with "make clean" for now.
Diffstat (limited to 'scripts/Makefile')
| -rw-r--r-- | scripts/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile b/scripts/Makefile index 9f716b01b425..c9bfe6dd2156 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -5,7 +5,7 @@ # fix-dep: Used to generate dependency information during build process # split-include: Divide all config symbols up in a number of files in # include/config/... -# docproc: Preprocess .tmpl file in order to generate .sgml documentation +# docproc: Preprocess .tmpl file in order to generate .sgml docs # conmakehash: Create arrays for initializing the kernel console tables host-progs := fixdep split-include conmakehash docproc kallsyms modpost \ |
