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