]> Git Repo - J-u-boot.git/blame - scripts/Makefile
Convert CONFIG_DA8XX_GPIO to Kconfig
[J-u-boot.git] / scripts / Makefile
CommitLineData
83d290c5 1# SPDX-License-Identifier: GPL-2.0
8fac9c7b
MY
2###
3# scripts contains sources for various helper programs used throughout
4# the kernel for the build process.
5# ---------------------------------------------------------------------------
6# docproc: Used in Documentation/DocBook
7
61304dbe
MY
8hostprogs-$(CONFIG_BUILD_BIN2C) += bin2c
9
10always := $(hostprogs-y)
11
8fac9c7b
MY
12# The following hostprogs-y programs are only build on demand
13hostprogs-y += docproc
14
15# These targets are used internally to avoid "is up to date" messages
16PHONY += build_docproc
598e2d33 17build_docproc: $(obj)/docproc
8fac9c7b
MY
18 @:
19
efcf8619 20# Let clean descend into subdirs
51148790 21subdir- += basic kconfig
36dd5f1b 22subdir-$(CONFIG_DTC) += dtc
This page took 0.248115 seconds and 4 git commands to generate.