]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blame - scripts/basic/Makefile
treewide: Add SPDX license identifier - Makefile/Kconfig
[mirror_ubuntu-hirsute-kernel.git] / scripts / basic / Makefile
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
1da177e4 2###
312a3d09 3# This Makefile lists the most basic programs used during the build process.
6dd16f44
RD
4# The programs listed herein are what are needed to do the basic stuff,
5# such as fix file dependencies.
1da177e4
LT
6# This initial step is needed to avoid files to be recompiled
7# when kernel configuration changes (which is what happens when
8# .config is included by main Makefile.
9# ---------------------------------------------------------------------------
10# fixdep: Used to generate dependency information during build process
1da177e4 11
bffd2020 12hostprogs-y := fixdep
1da177e4
LT
13always := $(hostprogs-y)
14
15# fixdep is needed to compile other host programs
16$(addprefix $(obj)/,$(filter-out fixdep,$(always))): $(obj)/fixdep