Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
[linux-2.6-microblaze.git] / tools / testing / selftests / arm64 / fp / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2
3 CFLAGS += -I../../../../../usr/include/
4 TEST_GEN_PROGS := sve-ptrace sve-probe-vls
5 TEST_PROGS_EXTENDED := fpsimd-test fpsimd-stress sve-test sve-stress vlset
6
7 all: $(TEST_GEN_PROGS) $(TEST_PROGS_EXTENDED)
8
9 fpsimd-test: fpsimd-test.o
10         $(CC) -nostdlib $^ -o $@
11 sve-ptrace: sve-ptrace.o sve-ptrace-asm.o
12 sve-probe-vls: sve-probe-vls.o
13 sve-test: sve-test.o
14         $(CC) -nostdlib $^ -o $@
15 vlset: vlset.o
16
17 include ../../lib.mk