diff options
Diffstat (limited to 'arch/s390/math-emu/Makefile')
-rw-r--r-- | arch/s390/math-emu/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/s390/math-emu/Makefile b/arch/s390/math-emu/Makefile deleted file mode 100644 index 51d399549f60..000000000000 --- a/arch/s390/math-emu/Makefile +++ /dev/null @@ -1,7 +0,0 @@ -# -# Makefile for the FPU instruction emulation. -# - -obj-$(CONFIG_MATHEMU) := math.o - -ccflags-y := -I$(src) -Iinclude/math-emu -w |