blob: 548aeb592806625bbefe1c7dbe1f42741a9068fb [file] [log] [blame]
Thomas Gleixnerec8f24b2019-05-19 13:07:45 +01001# SPDX-License-Identifier: GPL-2.0-only
Linus Torvalds1da177e2005-04-16 15:20:36 -07002###
Cao jin312a3d02017-08-02 10:31:06 +08003# This Makefile lists the most basic programs used during the build process.
Randy Dunlap6dd16f42007-09-04 21:23:22 -07004# The programs listed herein are what are needed to do the basic stuff,
5# such as fix file dependencies.
Linus Torvalds1da177e2005-04-16 15:20:36 -07006# 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
Linus Torvalds1da177e2005-04-16 15:20:36 -070011
Peter Foleybffd2022011-05-02 22:48:03 +020012hostprogs-y := fixdep
Linus Torvalds1da177e2005-04-16 15:20:36 -070013always := $(hostprogs-y)
14
15# fixdep is needed to compile other host programs
16$(addprefix $(obj)/,$(filter-out fixdep,$(always))): $(obj)/fixdep