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)
Fri, Apr 12, 3:22 AM
Unknown Object (File)
Sun, Mar 31, 8:15 AM
Unknown Object (File)
Mar 4 2024, 11:11 AM
Unknown Object (File)
Dec 23 2023, 10:23 AM
Unknown Object (File)
Nov 19 2023, 2:44 PM
Unknown Object (File)
Nov 19 2023, 1:45 PM
Unknown Object (File)
Nov 19 2023, 1:21 PM
Unknown Object (File)
Aug 31 2023, 8:38 AM
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.