]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blob - tools/testing/selftests/static_keys/Makefile
treewide: Add SPDX license identifier - Makefile/Kconfig
[mirror_ubuntu-focal-kernel.git] / tools / testing / selftests / static_keys / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2 # Makefile for static keys selftests
3
4 # No binaries, but make sure arg-less "make" doesn't trigger "run_tests"
5 all:
6
7 TEST_PROGS := test_static_keys.sh
8
9 include ../lib.mk