2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-27 22:53:55 +08:00
linux-next/tools/testing/selftests/static_keys/Makefile

9 lines
170 B
Makefile
Raw Normal View History

# Makefile for static keys selftests
# No binaries, but make sure arg-less "make" doesn't trigger "run_tests"
all:
TEST_PROGS := test_static_keys.sh
include ../lib.mk