xref: /linux/tools/testing/selftests/powerpc/security/Makefile (revision 4bf3bd0f15a9c81064c0b430d04d221ffcc503cc)
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