diff options
Diffstat (limited to 'ANDROID_3.4.5/arch/alpha/mm/Makefile')
-rw-r--r-- | ANDROID_3.4.5/arch/alpha/mm/Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/ANDROID_3.4.5/arch/alpha/mm/Makefile b/ANDROID_3.4.5/arch/alpha/mm/Makefile deleted file mode 100644 index c993d3f9..00000000 --- a/ANDROID_3.4.5/arch/alpha/mm/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -# -# Makefile for the linux alpha-specific parts of the memory manager. -# - -ccflags-y := -Werror - -obj-y := init.o fault.o extable.o - -obj-$(CONFIG_DISCONTIGMEM) += numa.o |