Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at fa58e6e9000c1cc76a7a0c06ea3e68d728cc4247 12 lines 395 B view raw
1# SPDX-License-Identifier: GPL-2.0-only 2obj-y += div64.o gcd.o lcm.o int_log.o int_pow.o int_sqrt.o reciprocal_div.o 3 4obj-$(CONFIG_CORDIC) += cordic.o 5obj-$(CONFIG_POLYNOMIAL) += polynomial.o 6obj-$(CONFIG_PRIME_NUMBERS) += prime_numbers.o 7obj-$(CONFIG_RATIONAL) += rational.o 8 9obj-$(CONFIG_TEST_DIV64) += test_div64.o 10obj-$(CONFIG_TEST_MULDIV64) += test_mul_u64_u64_div_u64.o 11 12obj-y += tests/