blob: efe25bfc6e2c57dbeeb1396e9a60b7d79bb8b3fd [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
6
7# The following hostprogs-y programs are only build on demand
8hostprogs-y += docproc
9
10# These targets are used internally to avoid "is up to date" messages
11PHONY += build_docproc
Masahiro Yamada598e2d32014-04-15 13:29:00 +090012build_docproc: $(obj)/docproc
Masahiro Yamada8fac9c72014-02-05 10:52:50 +090013 @:
14
Masahiro Yamadaefcf8612014-02-04 17:24:40 +090015# Let clean descend into subdirs
Masahiro Yamada51148792014-07-30 14:08:17 +090016subdir- += basic kconfig