diff options
| author | Thomas Weißschuh <[email protected]> | 2025-03-22 09:03:16 +0000 |
|---|---|---|
| committer | Masahiro Yamada <[email protected]> | 2025-03-22 14:50:58 +0000 |
| commit | 97282e6d380db8a07120fe1b794ac969ee4a3b5c (patch) | |
| tree | d729f9e11e4536e85e2dbf820557ac32161c2f53 /drivers/pci/controller/pci-host-common.c | |
| parent | kbuild: deb-pkg: add comment about future removal of KDEB_COMPRESS (diff) | |
| download | kernel-97282e6d380db8a07120fe1b794ac969ee4a3b5c.tar.gz kernel-97282e6d380db8a07120fe1b794ac969ee4a3b5c.zip | |
x86: drop unnecessary prefix map configuration
The toplevel Makefile already provides -fmacro-prefix-map as part of
KBUILD_CPPFLAGS. In contrast to the KBUILD_CFLAGS and KBUILD_AFLAGS
variables, KBUILD_CPPFLAGS is not redefined in the architecture specific
Makefiles. Therefore the toplevel KBUILD_CPPFLAGS do apply just fine, to
both C and ASM sources.
The custom configuration was necessary when it was added in
commit 9e2276fa6eb3 ("arch/x86/boot: Use prefix map to avoid embedded
paths") but has since become unnecessary in commit a716bd743210
("kbuild: use -fmacro-prefix-map for .S sources").
Drop the now unnecessary custom prefix map configuration.
Signed-off-by: Thomas Weißschuh <[email protected]>
Signed-off-by: Masahiro Yamada <[email protected]>
Diffstat (limited to 'drivers/pci/controller/pci-host-common.c')
0 files changed, 0 insertions, 0 deletions
