aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/powerpc/security/Makefile
blob: 85861c46b4457db2636c6f46cb551958cdfb73eb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# SPDX-License-Identifier: GPL-2.0+

TEST_GEN_PROGS := rfi_flush
top_srcdir = ../../../../..

CFLAGS += -I../../../../../usr/include

include ../../lib.mk

$(TEST_GEN_PROGS): ../harness.c ../utils.c