Skip to content
Snippets Groups Projects
Unverified Commit 91d25c85 authored by Vagrant Cascadian's avatar Vagrant Cascadian Committed by Johannes Schauer Marin Rodrigues
Browse files

Makefile: Use relative paths for debugging symbols.

The KBUILD_CFLAGS and KBUILD_AFLAGS variables are adjusted to use
-ffile-prefix-map and --debug-prefix-map, respectively, to use
relative paths for occurrences of __FILE__ and debug paths.

This enables reproducible builds regardless of the absolute path to
the build directory:

  https://reproducible-builds.org/docs/build-path/



Series-to: u-boot

Signed-off-by: default avatarVagrant Cascadian <vagrant@reproducible-builds.org>
parent a9ef1d1e
No related branches found
No related tags found
Loading
Checking pipeline status
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment