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