Page MenuHomeFreeBSD

Make efirt module dependent on MK_EFI
ClosedPublic

Authored by mhorne on May 2 2020, 10:10 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Jan 19, 3:59 AM
Unknown Object (File)
Dec 5 2024, 10:07 AM
Unknown Object (File)
Oct 22 2024, 6:57 PM
Unknown Object (File)
Oct 10 2024, 10:11 PM
Unknown Object (File)
Oct 4 2024, 4:16 AM
Unknown Object (File)
Sep 7 2024, 8:48 PM
Unknown Object (File)
Sep 6 2024, 3:20 AM
Unknown Object (File)
Aug 26 2024, 1:23 PM
Subscribers
None

Details

Summary

MK_EFI was added to kern.opts.mk in r331099, but is currently unused.
Take advantage of that fact and gate the build of efirt behind it.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

mhorne created this revision.

@imp, your commit message in rS331099 implies you had something like this in mind already. Are there any changes that ought to be made before this one that I might not be aware of?

Seems I forgot about this change. Any thoughts?

Did you add this to the kernel options makefile too?

Looks good to me. EFI is already in kern.opts.mk, so I think this is good to go.

This revision is now accepted and ready to land.Jul 17 2020, 7:03 PM
This revision was automatically updated to reflect the committed changes.