1# SPDX-License-Identifier: GPL-2.0-only 2obj-$(CONFIG_LIVEPATCH) += livepatch.o 3 4livepatch-objs := core.o patch.o shadow.o transition.o 5