Makefile 134 B

12345678
  1. #
  2. # Makefile for the FPU instruction emulation.
  3. #
  4. obj-y := math.o
  5. EXTRA_AFLAGS := -ansi
  6. EXTRA_CFLAGS = -I. -Iinclude/math-emu -w