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

LDLIBS := -lm

TEST_GEN_PROGS := test_fpu

TEST_PROGS := run_test_fpu.sh

include ../lib.mk