You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
227 B
7 lines
227 B
7 months ago
|
# SPDX-License-Identifier: GPL-2.0-only
|
||
|
obj-y += div64.o gcd.o lcm.o int_pow.o int_sqrt.o reciprocal_div.o
|
||
|
|
||
|
obj-$(CONFIG_CORDIC) += cordic.o
|
||
|
obj-$(CONFIG_PRIME_NUMBERS) += prime_numbers.o
|
||
|
obj-$(CONFIG_RATIONAL) += rational.o
|