diff options
Diffstat (limited to 'ANDROID_3.4.5/arch/s390/math-emu/Makefile')
-rw-r--r-- | ANDROID_3.4.5/arch/s390/math-emu/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/ANDROID_3.4.5/arch/s390/math-emu/Makefile b/ANDROID_3.4.5/arch/s390/math-emu/Makefile deleted file mode 100644 index 51d39954..00000000 --- a/ANDROID_3.4.5/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 |