dashboard
repositories
activity
search
login
ljy
/
RK3588_XEN
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
phy_rtl8211f led fixup
hc
2024-08-14
d5ef2fdafdb09de9c2f876fc0edf2ba6bf224909
[~ljy/RK3588_XEN.git]
/
kernel
/
lib
/
math
/
Makefile
1
2
3
4
5
6
# 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