blob: 2f60070f97332109d84fa47d581f7e14fce6650c [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001###
2# Makefile.basic list the most basic programs used during the build process.
3# The programs listed herein is what is needed to do the basic stuff,
Roman Zippel2e3646e2006-06-08 22:12:42 -07004# such as fix dependency file.
Linus Torvalds1da177e2005-04-16 15:20:36 -07005# This initial step is needed to avoid files to be recompiled
6# when kernel configuration changes (which is what happens when
7# .config is included by main Makefile.
8# ---------------------------------------------------------------------------
9# fixdep: Used to generate dependency information during build process
Linus Torvalds1da177e2005-04-16 15:20:36 -070010# docproc: Used in Documentation/docbook
11
Roman Zippel2e3646e2006-06-08 22:12:42 -070012hostprogs-y := fixdep docproc
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