Makefile (a1ff5a7d78a036d6c2178ee5acd6ba4946243800) | Makefile (ba199dc909a20fe62270ae4e93f263987bb9d119) |
---|---|
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 6hostprogs-always-$(CONFIG_KALLSYMS) += kallsyms 7hostprogs-always-$(BUILD_C_RECORDMCOUNT) += recordmcount 8hostprogs-always-$(CONFIG_BUILDTIME_TABLE_SORT) += sorttable --- 41 unchanged lines hidden (view full) --- 50hostprogs += unifdef 51 52# The module linker script is preprocessed on demand 53targets += module.lds 54 55subdir-$(CONFIG_GCC_PLUGINS) += gcc-plugins 56subdir-$(CONFIG_MODVERSIONS) += genksyms 57subdir-$(CONFIG_SECURITY_SELINUX) += selinux | 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 6hostprogs-always-$(CONFIG_KALLSYMS) += kallsyms 7hostprogs-always-$(BUILD_C_RECORDMCOUNT) += recordmcount 8hostprogs-always-$(CONFIG_BUILDTIME_TABLE_SORT) += sorttable --- 41 unchanged lines hidden (view full) --- 50hostprogs += unifdef 51 52# The module linker script is preprocessed on demand 53targets += module.lds 54 55subdir-$(CONFIG_GCC_PLUGINS) += gcc-plugins 56subdir-$(CONFIG_MODVERSIONS) += genksyms 57subdir-$(CONFIG_SECURITY_SELINUX) += selinux |
58subdir-$(CONFIG_SECURITY_IPE) += ipe |
|
58 59# Let clean descend into subdirs 60subdir- += basic dtc gdb kconfig mod | 59 60# Let clean descend into subdirs 61subdir- += basic dtc gdb kconfig mod |