Commit bffd202 1 parent 7a04fc9 commit bffd202 Copy full SHA for bffd202
File tree 7 files changed +9
-7
lines changed
7 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ installmandocs: mandocs
73
73
# ##
74
74
# External programs used
75
75
KERNELDOC = $(srctree ) /scripts/kernel-doc
76
- DOCPROC = $(objtree ) /scripts/basic/ docproc
76
+ DOCPROC = $(objtree ) /scripts/docproc
77
77
78
78
XMLTOFLAGS = -m $(srctree ) /Documentation/DocBook/stylesheet.xsl
79
79
XMLTOFLAGS += --skip-validation
Original file line number Diff line number Diff line change @@ -1313,6 +1313,7 @@ $(help-board-dirs): help-%:
1313
1313
# Documentation targets
1314
1314
# ---------------------------------------------------------------------------
1315
1315
% docs : scripts_basic FORCE
1316
+ $(Q )$(MAKE ) $(build ) =scripts build_docproc
1316
1317
$(Q )$(MAKE ) $(build ) =Documentation/DocBook $@
1317
1318
1318
1319
else # KBUILD_EXTMOD
Original file line number Diff line number Diff line change 8
8
unifdef
9
9
ihex2fw
10
10
recordmcount
11
+ docproc
Original file line number Diff line number Diff line change 6
6
# pnmttologo: Convert pnm files to logo files
7
7
# conmakehash: Create chartable
8
8
# conmakehash: Create arrays for initializing the kernel console tables
9
+ # docproc: Used in Documentation/DocBook
9
10
10
11
hostprogs-$(CONFIG_KALLSYMS) += kallsyms
11
12
hostprogs-$(CONFIG_LOGO) += pnmtologo
@@ -16,12 +17,14 @@ hostprogs-$(BUILD_C_RECORDMCOUNT) += recordmcount
16
17
always := $(hostprogs-y ) $(hostprogs-m )
17
18
18
19
# The following hostprogs-y programs are only build on demand
19
- hostprogs-y += unifdef
20
+ hostprogs-y += unifdef docproc
20
21
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
22
23
PHONY += build_unifdef
23
24
build_unifdef : scripts/unifdef FORCE
24
25
@:
26
+ build_docproc : scripts/docproc FORCE
27
+ @:
25
28
26
29
subdir-$(CONFIG_MODVERSIONS) += genksyms
27
30
subdir-y += mod
Original file line number Diff line number Diff line change 1
- hash
2
1
fixdep
3
- docproc
Original file line number Diff line number Diff line change 7
7
# .config is included by main Makefile.
8
8
# ---------------------------------------------------------------------------
9
9
# fixdep: Used to generate dependency information during build process
10
- # docproc: Used in Documentation/DocBook
11
10
12
- hostprogs-y := fixdep docproc
11
+ hostprogs-y := fixdep
13
12
always := $(hostprogs-y )
14
13
15
14
# fixdep is needed to compile other host programs
File renamed without changes.
You can’t perform that action at this time.
0 commit comments