File tree Expand file tree Collapse file tree 7 files changed +9
-7
lines changed
Expand file tree Collapse file tree 7 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ installmandocs: mandocs
7373# ##
7474# External programs used
7575KERNELDOC = $(srctree ) /scripts/kernel-doc
76- DOCPROC = $(objtree ) /scripts/basic/ docproc
76+ DOCPROC = $(objtree ) /scripts/docproc
7777
7878XMLTOFLAGS = -m $(srctree ) /Documentation/DocBook/stylesheet.xsl
7979XMLTOFLAGS += --skip-validation
Original file line number Diff line number Diff line change @@ -1313,6 +1313,7 @@ $(help-board-dirs): help-%:
13131313# Documentation targets
13141314# ---------------------------------------------------------------------------
13151315% docs : scripts_basic FORCE
1316+ $(Q )$(MAKE ) $(build ) =scripts build_docproc
13161317 $(Q )$(MAKE ) $(build ) =Documentation/DocBook $@
13171318
13181319else # KBUILD_EXTMOD
Original file line number Diff line number Diff line change 88unifdef
99ihex2fw
1010recordmcount
11+ docproc
Original file line number Diff line number Diff line change 66# pnmttologo: Convert pnm files to logo files
77# conmakehash: Create chartable
88# conmakehash: Create arrays for initializing the kernel console tables
9+ # docproc: Used in Documentation/DocBook
910
1011hostprogs-$(CONFIG_KALLSYMS) += kallsyms
1112hostprogs-$(CONFIG_LOGO) += pnmtologo
@@ -16,12 +17,14 @@ hostprogs-$(BUILD_C_RECORDMCOUNT) += recordmcount
1617always := $(hostprogs-y ) $(hostprogs-m )
1718
1819# The following hostprogs-y programs are only build on demand
19- hostprogs-y += unifdef
20+ hostprogs-y += unifdef docproc
2021
21- # This target is used internally to avoid "is up to date" messages
22+ # These targets are used internally to avoid "is up to date" messages
2223PHONY += build_unifdef
2324build_unifdef : scripts/unifdef FORCE
2425 @:
26+ build_docproc : scripts/docproc FORCE
27+ @:
2528
2629subdir-$(CONFIG_MODVERSIONS) += genksyms
2730subdir-y += mod
Original file line number Diff line number Diff line change 1- hash
21fixdep
3- docproc
Original file line number Diff line number Diff line change 77# .config is included by main Makefile.
88# ---------------------------------------------------------------------------
99# fixdep: Used to generate dependency information during build process
10- # docproc: Used in Documentation/DocBook
1110
12- hostprogs-y := fixdep docproc
11+ hostprogs-y := fixdep
1312always := $(hostprogs-y )
1413
1514# fixdep is needed to compile other host programs
File renamed without changes.
You can’t perform that action at this time.
0 commit comments