xref: /openbmc/linux/tools/testing/selftests/static_keys/Makefile (revision 58e16d792a6a8c6b750f637a4649967fcac853dc)
1*ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
22bf9e0abSIngo Molnar# Makefile for static keys selftests
32bf9e0abSIngo Molnar
42bf9e0abSIngo Molnar# No binaries, but make sure arg-less "make" doesn't trigger "run_tests"
52bf9e0abSIngo Molnarall:
62bf9e0abSIngo Molnar
72bf9e0abSIngo MolnarTEST_PROGS := test_static_keys.sh
82bf9e0abSIngo Molnar
92bf9e0abSIngo Molnarinclude ../lib.mk
10