Makefile 147 B

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