kbuild: move scripts/basic/docproc.c to scripts/docproc.c

Move docproc from scripts/basic to scripts so it is only built for *doc
targets instead of every time the kernel is built.
This commit is contained in:
Peter Foley
2011-05-02 22:48:03 +02:00
committed by Michal Marek
parent 7a04fc94d9
commit bffd2020a9
7 changed files with 9 additions and 7 deletions

View File

@ -7,9 +7,8 @@
# .config is included by main Makefile.
# ---------------------------------------------------------------------------
# fixdep: Used to generate dependency information during build process
# docproc: Used in Documentation/DocBook
hostprogs-y := fixdep docproc
hostprogs-y := fixdep
always := $(hostprogs-y)
# fixdep is needed to compile other host programs