mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-01-12 04:02:06 +01:00
Our last sync with the kernel was 5.1. We are so out of sync now, that tracking the patches and backporting them one by one makes little sense and it's going to take ages. This is an attempt to sync up Makefiles to 6.1. Unfortunately due to sheer amount of patches this is not easy to review, but that's what we decided during a community call for the bump to 5.1, so we are following the same guidelines here. Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org> Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>a #rebased on -next
13 lines
568 B
Makefile
13 lines
568 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
###
|
|
# Makefile.basic lists the most basic programs used during the build process.
|
|
# The programs listed herein are what are needed to do the basic stuff,
|
|
# such as fix file dependencies.
|
|
# This initial step is needed to avoid files to be recompiled
|
|
# when kernel configuration changes (which is what happens when
|
|
# .config is included by main Makefile.
|
|
# ---------------------------------------------------------------------------
|
|
# fixdep: Used to generate dependency information during build process
|
|
|
|
hostprogs-always-y += fixdep
|