^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) # SPDX-License-Identifier: GPL-2.0
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2) #
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3) # Makefile for livepatch test code.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5) obj-$(CONFIG_TEST_LIVEPATCH) += test_klp_atomic_replace.o \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6) test_klp_callbacks_demo.o \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7) test_klp_callbacks_demo2.o \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8) test_klp_callbacks_busy.o \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9) test_klp_callbacks_mod.o \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) test_klp_livepatch.o \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) test_klp_shadow_vars.o \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) test_klp_state.o \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) test_klp_state2.o \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) test_klp_state3.o