mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-20 01:24:39 +08:00
9 lines
138 B
Makefile
9 lines
138 B
Makefile
|
# SPDX-License-Identifier: GPL-2.0
|
||
|
|
||
|
TEST_GEN_PROGS := \
|
||
|
test-livepatch.sh \
|
||
|
test-callbacks.sh \
|
||
|
test-shadow-vars.sh
|
||
|
|
||
|
include ../lib.mk
|