blob: 242e3a06fc4ce5752c4ac67ca81c63ff6d37c635 [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
12build_docproc: scripts/docproc
13 @:
14
Masahiro Yamadaefcf8612014-02-04 17:24:40 +090015# Let clean descend into subdirs
16subdir- += basic