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
Unknown Object (File)
Mon, Feb 24, 9:59 PM
Unknown Object (File)
Sun, Feb 23, 4:06 PM
Unknown Object (File)
Tue, Feb 18, 11:59 PM
Unknown Object (File)
Jan 25 2025, 7:41 PM
Unknown Object (File)
Jan 24 2025, 5:42 PM
Unknown Object (File)
Jan 18 2025, 9:56 PM
Unknown Object (File)
Jan 18 2025, 9:17 PM
Unknown Object (File)
Jan 8 2025, 3:12 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