xref: /kernel/linux/linux-6.6/lib/livepatch/Makefile
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/lib/livepatch/
162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0
262306a36Sopenharmony_ci#
362306a36Sopenharmony_ci# Makefile for livepatch test code.
462306a36Sopenharmony_ci
562306a36Sopenharmony_ciobj-$(CONFIG_TEST_LIVEPATCH) += test_klp_atomic_replace.o \
662306a36Sopenharmony_ci				test_klp_callbacks_demo.o \
762306a36Sopenharmony_ci				test_klp_callbacks_demo2.o \
862306a36Sopenharmony_ci				test_klp_callbacks_busy.o \
962306a36Sopenharmony_ci				test_klp_callbacks_mod.o \
1062306a36Sopenharmony_ci				test_klp_livepatch.o \
1162306a36Sopenharmony_ci				test_klp_shadow_vars.o \
1262306a36Sopenharmony_ci				test_klp_state.o \
1362306a36Sopenharmony_ci				test_klp_state2.o \
1462306a36Sopenharmony_ci				test_klp_state3.o
15

Indexes created Thu Nov 07 10:32:03 CST 2024