Makefile 140 B

123456789
  1. #
  2. # Makefile for the FPU instruction emulation.
  3. #
  4. EXTRA_CFLAGS := -w
  5. obj-$(CONFIG_MATHEMU) += math-emu.o
  6. math-emu-objs := math.o qrnnd.o