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