xref: /linux/tools/testing/selftests/powerpc/security/Makefile (revision 986a13769c4bd00f1b894b08af2f1068f88d3d5e)
1# SPDX-License-Identifier: GPL-2.0+
2
3TEST_GEN_PROGS := rfi_flush
4top_srcdir = ../../../../..
5
6CFLAGS += -I../../../../../usr/include
7
8include ../../lib.mk
9
10$(TEST_GEN_PROGS): ../harness.c ../utils.c
11