]> git.ipfire.org Git - people/ms/u-boot.git/blame - scripts/Makefile
Merge git://git.denx.de/u-boot-fsl-qoriq
[people/ms/u-boot.git] / scripts / Makefile
CommitLineData
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
da58dec8
TR
6#
7# SPDX-License-Identifier: GPL-2.0
8#
8fac9c7b 9
61304dbe
MY
10hostprogs-$(CONFIG_BUILD_BIN2C) += bin2c
11
12always := $(hostprogs-y)
13
8fac9c7b
MY
14# The following hostprogs-y programs are only build on demand
15hostprogs-y += docproc
16
17# These targets are used internally to avoid "is up to date" messages
18PHONY += build_docproc
598e2d33 19build_docproc: $(obj)/docproc
8fac9c7b
MY
20 @:
21
efcf8619 22# Let clean descend into subdirs
51148790 23subdir- += basic kconfig
36dd5f1b 24subdir-$(CONFIG_DTC) += dtc