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

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

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

include ../../lib.mk

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

$(OUTPUT)/spectre_v2: CFLAGS += -m64
$(OUTPUT)/spectre_v2: ../pmu/event.c branch_loops.S