Blame view

scripts/Makefile 381 Bytes
83d290c56   Tom Rini   SPDX: Convert all...
1
  # SPDX-License-Identifier: GPL-2.0
8fac9c7b7   Masahiro Yamada   kernel-doc: move ...
2
3
4
5
  ###
  # scripts contains sources for various helper programs used throughout
  # the kernel for the build process.
  # ---------------------------------------------------------------------------
8fac9c7b7   Masahiro Yamada   kernel-doc: move ...
6

61304dbec   Masahiro Yamada   cmd: add a new co...
7
8
9
  hostprogs-$(CONFIG_BUILD_BIN2C)		+= bin2c
  
  always		:= $(hostprogs-y)
efcf86193   Masahiro Yamada   kbuild: use scrip...
10
  # Let clean descend into subdirs
51148790f   Masahiro Yamada   kconfig: switch t...
11
  subdir-	+= basic kconfig
36dd5f1b8   Tom Rini   dtc: Switch to bu...
12
  subdir-$(CONFIG_DTC)	+= dtc