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