Blame view

lib/math/Makefile 227 Bytes
ec8f24b7f   Thomas Gleixner   treewide: Add SPD...
1
  # SPDX-License-Identifier: GPL-2.0-only
9f6158946   Andy Shevchenko   lib/math: move in...
2
  obj-y += div64.o gcd.o lcm.o int_pow.o int_sqrt.o reciprocal_div.o
2c64e9cb0   Andy Shevchenko   lib: Move mathema...
3
4
5
6
  
  obj-$(CONFIG_CORDIC)		+= cordic.o
  obj-$(CONFIG_PRIME_NUMBERS)	+= prime_numbers.o
  obj-$(CONFIG_RATIONAL)		+= rational.o