Makefile 137 B

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