xref: /openbmc/linux/lib/livepatch/Makefile (revision 4b4193256c8d3bc3a5397b5cd9494c2ad386317d)
1a2818ee4SJoe Lawrence# SPDX-License-Identifier: GPL-2.0
2a2818ee4SJoe Lawrence#
3a2818ee4SJoe Lawrence# Makefile for livepatch test code.
4a2818ee4SJoe Lawrence
5a2818ee4SJoe Lawrenceobj-$(CONFIG_TEST_LIVEPATCH) += test_klp_atomic_replace.o \
6a2818ee4SJoe Lawrence				test_klp_callbacks_demo.o \
7a2818ee4SJoe Lawrence				test_klp_callbacks_demo2.o \
8a2818ee4SJoe Lawrence				test_klp_callbacks_busy.o \
9a2818ee4SJoe Lawrence				test_klp_callbacks_mod.o \
10a2818ee4SJoe Lawrence				test_klp_livepatch.o \
11*ecd25094SPetr Mladek				test_klp_shadow_vars.o \
12*ecd25094SPetr Mladek				test_klp_state.o \
13*ecd25094SPetr Mladek				test_klp_state2.o \
14*ecd25094SPetr Mladek				test_klp_state3.o
15