Joe Lawrence | a2818ee | 2019-01-09 13:43:29 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0 |
2 | # | ||||
3 | # Makefile for livepatch test code. | ||||
4 | |||||
5 | obj-$(CONFIG_TEST_LIVEPATCH) += test_klp_atomic_replace.o \ | ||||
6 | test_klp_callbacks_demo.o \ | ||||
7 | test_klp_callbacks_demo2.o \ | ||||
8 | test_klp_callbacks_busy.o \ | ||||
9 | test_klp_callbacks_mod.o \ | ||||
10 | test_klp_livepatch.o \ | ||||
Petr Mladek | ecd2509 | 2019-10-30 16:43:13 +0100 | [diff] [blame] | 11 | test_klp_shadow_vars.o \ |
12 | test_klp_state.o \ | ||||
13 | test_klp_state2.o \ | ||||
14 | test_klp_state3.o |