Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Josh Poimboeuf | 12cf89b | 2015-02-03 16:45:18 -0600 | [diff] [blame] | 2 | obj-$(CONFIG_LIVEPATCH) += livepatch.o |
Seth Jennings | b700e7f | 2014-12-16 11:58:19 -0600 | [diff] [blame] | 3 | |
Petr Mladek | 73727f4 | 2019-10-30 16:43:10 +0100 | [diff] [blame] | 4 | livepatch-objs := core.o patch.o shadow.o state.o transition.o |