diff options
Diffstat (limited to 'ANDROID_3.4.5/arch/alpha/math-emu/Makefile')
-rw-r--r-- | ANDROID_3.4.5/arch/alpha/math-emu/Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/ANDROID_3.4.5/arch/alpha/math-emu/Makefile b/ANDROID_3.4.5/arch/alpha/math-emu/Makefile deleted file mode 100644 index 7f467199..00000000 --- a/ANDROID_3.4.5/arch/alpha/math-emu/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -# -# Makefile for the FPU instruction emulation. -# - -ccflags-y := -w - -obj-$(CONFIG_MATHEMU) += math-emu.o - -math-emu-objs := math.o qrnnd.o |