]> Git Repo - J-u-boot.git/blob - scripts/Makefile
ARM: zynq: cse: Disable autoboot feature
[J-u-boot.git] / scripts / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 ###
3 # scripts contains sources for various helper programs used throughout
4 # the kernel for the build process.
5 # ---------------------------------------------------------------------------
6
7 hostprogs-$(CONFIG_BUILD_BIN2C)         += bin2c
8
9 always          := $(hostprogs-y)
10
11 # Let clean descend into subdirs
12 subdir- += basic kconfig
13 subdir-$(CONFIG_DTC)    += dtc
This page took 0.028318 seconds and 4 git commands to generate.