xref: /rk3399_rockchip-uboot/scripts/Makefile (revision aefb8f4c3290dbfcc24c1da80b3dfa4f0d368512)
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# SPDX-License-Identifier:	GPL-2.0
8#
9
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
15build_docproc: $(obj)/docproc
16	@:
17
18# Let clean descend into subdirs
19subdir-	+= basic kconfig
20