Makefile 187 B

123456789
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # Makefile for the FPU instruction emulation.
  4. #
  5. # suppress all warnings - as math.c produces a lot!
  6. ccflags-y := -w
  7. obj-y := math_$(BITS).o