diff options
Diffstat (limited to 'lib/math/tests/Makefile')
-rw-r--r-- | lib/math/tests/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/math/tests/Makefile b/lib/math/tests/Makefile new file mode 100644 index 000000000000..e1a79f093b2d --- /dev/null +++ b/lib/math/tests/Makefile @@ -0,0 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0-only + +obj-$(CONFIG_INT_POW_TEST) += int_pow_kunit.o +obj-$(CONFIG_INT_SQRT_KUNIT_TEST) += int_sqrt_kunit.o |