]>
Commit | Line | Data |
---|---|---|
8fac9c7b MY |
1 | ### |
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 | |
8 | hostprogs-y += docproc | |
9 | ||
10 | # These targets are used internally to avoid "is up to date" messages | |
11 | PHONY += build_docproc | |
598e2d33 | 12 | build_docproc: $(obj)/docproc |
8fac9c7b MY |
13 | @: |
14 | ||
efcf8619 | 15 | # Let clean descend into subdirs |
51148790 | 16 | subdir- += basic kconfig |