2018-05-06 21:58:06 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0
|
2014-02-05 01:52:50 +00:00
|
|
|
###
|
|
|
|
# scripts contains sources for various helper programs used throughout
|
|
|
|
# the kernel for the build process.
|
|
|
|
# ---------------------------------------------------------------------------
|
|
|
|
|
2017-01-30 02:12:07 +00:00
|
|
|
hostprogs-$(CONFIG_BUILD_BIN2C) += bin2c
|
|
|
|
|
|
|
|
always := $(hostprogs-y)
|
|
|
|
|
2014-02-04 08:24:40 +00:00
|
|
|
# Let clean descend into subdirs
|
2022-01-25 10:32:20 +00:00
|
|
|
subdir- += basic kconfig dtc
|