Makefile 131 B

1234567
  1. #
  2. # Makefile for the FPU instruction emulation.
  3. #
  4. obj-$(CONFIG_MATHEMU) := math.o
  5. EXTRA_CFLAGS := -I$(src) -Iinclude/math-emu -w