xref: /linux-6.15/kernel/module/Makefile (revision 58d208de)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Makefile for linux kernel module support
4#
5
6# These are called from save_stack_trace() on slub debug path,
7# and produce insane amounts of uninteresting coverage.
8KCOV_INSTRUMENT_module.o := n
9
10obj-y += main.o
11obj-$(CONFIG_MODULE_DECOMPRESS) += decompress.o
12obj-$(CONFIG_MODULE_SIG) += signing.o
13obj-$(CONFIG_LIVEPATCH) += livepatch.o
14obj-$(CONFIG_MODULES_TREE_LOOKUP) += tree_lookup.o
15