Home
last modified time | relevance | path

Searched hist:ecae3df1db025f84d0b4c77c00c5c2e66ac70f1e (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/conf/
H A Dkmod.mkdiff ecae3df1db025f84d0b4c77c00c5c2e66ac70f1e Fri Oct 25 22:15:04 CEST 2019 Mark Johnston <markj@FreeBSD.org> Apply kernel module linker scripts to firmware files.

Use a separate make variable to specify the linker script so that it is
only applied at link time and not during intermediate generation of .fwo
files.

This ensures that the .text padding inserted by the amd64 linker script
is applied to the stub module load handlers embedded in firmware
modules.

Reviewed by: kib
MFC after: 2 weeks
Sponsored by: Netflix
Differential Revision: https://reviews.freebsd.org/D22125