linker: do not force keep common kernel objects
This uses the new macros so the common kernel objects can be
garbage collected if they are not referred directly anywhere
in the code. This is useful for reducing library data size
as not all library functions and their corresponding kobjects
are being used.
Fixes #20663
Signed-off-by:
Daniel Leung <daniel.leung@intel.com>
Loading
Please sign in to comment