Page MenuHomeFreeBSD

kmod.mk: Allow extra objects to be specified in modules
ClosedPublic

Authored by imp on Jun 2 2021, 4:18 PM.
Tags
None
Referenced Files
F102135325: D30615.diff
Fri, Nov 8, 1:30 AM
Unknown Object (File)
Mon, Oct 14, 5:35 PM
Unknown Object (File)
Oct 6 2024, 7:23 PM
Unknown Object (File)
Oct 4 2024, 1:48 PM
Unknown Object (File)
Oct 3 2024, 10:05 AM
Unknown Object (File)
Sep 30 2024, 2:12 PM
Unknown Object (File)
Sep 30 2024, 4:09 AM
Unknown Object (File)
Sep 28 2024, 5:46 AM
Subscribers

Details

Summary

OBJS are automatically added to CLEANFILES. For pre-built objects, this
is not desirable since it will delete the object from the source
tree. Introduce EXTRA_OBJS which list these object files, but aren't
added to clean files.

Sponsored by: Netflix

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

imp requested review of this revision.Jun 2 2021, 4:18 PM
imp created this revision.
emaste added a subscriber: emaste.

LGTM modulo discussions happening on IRC around the variable name.

This revision is now accepted and ready to land.Jun 2 2021, 4:25 PM

ed's commments use BLOB_OBJS and document it.

This revision now requires review to proceed.Jun 2 2021, 4:29 PM
This revision is now accepted and ready to land.Jun 2 2021, 4:31 PM