Makefile 128 Bytes edit raw blame history 1 2 3 4 5 6 7 # # Makefile for the FPU instruction emulation. # obj-$(CONFIG_MATHEMU) := math.o ccflags-y := -I$(src) -Iinclude/math-emu -w