blob: 2f081f7104dd141e4121d7b97fa333f1b971df98 [file] [log] [blame]
Masahiro Yamada8fac9c72014-02-05 10:52:50 +09001###
2# scripts contains sources for various helper programs used throughout
3# the kernel for the build process.
4# ---------------------------------------------------------------------------
5# docproc: Used in Documentation/DocBook
Tom Rinida58dec2015-11-10 01:06:16 +00006#
7# SPDX-License-Identifier: GPL-2.0
8#
Masahiro Yamada8fac9c72014-02-05 10:52:50 +09009
10# The following hostprogs-y programs are only build on demand
11hostprogs-y += docproc
12
13# These targets are used internally to avoid "is up to date" messages
14PHONY += build_docproc
Masahiro Yamada598e2d32014-04-15 13:29:00 +090015build_docproc: $(obj)/docproc
Masahiro Yamada8fac9c72014-02-05 10:52:50 +090016 @:
17
Masahiro Yamadaefcf8612014-02-04 17:24:40 +090018# Let clean descend into subdirs
Masahiro Yamada51148792014-07-30 14:08:17 +090019subdir- += basic kconfig