Makefile 160 B

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