xref: /rk3399_rockchip-uboot/scripts/Makefile (revision afc3929fac2ab5c2c3396ceed1bd7585c3b33cc2)
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
8hostprogs-y += docproc
9
10# These targets are used internally to avoid "is up to date" messages
11PHONY += build_docproc
12build_docproc: $(obj)/docproc
13	@:
14
15# Let clean descend into subdirs
16subdir-	+= basic
17