Makefile 381 B

12345678910111213
  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. hostprogs-$(CONFIG_BUILD_BIN2C) += bin2c
  7. always := $(hostprogs-y)
  8. # Let clean descend into subdirs
  9. subdir- += basic kconfig
  10. subdir-$(CONFIG_DTC) += dtc