diff options
Diffstat (limited to 'ANDROID_3.4.5/arch/microblaze/kernel/cpu/Makefile')
-rw-r--r-- | ANDROID_3.4.5/arch/microblaze/kernel/cpu/Makefile | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/ANDROID_3.4.5/arch/microblaze/kernel/cpu/Makefile b/ANDROID_3.4.5/arch/microblaze/kernel/cpu/Makefile deleted file mode 100644 index fceed4ed..00000000 --- a/ANDROID_3.4.5/arch/microblaze/kernel/cpu/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -# -# Build the appropriate CPU version support -# - -ifdef CONFIG_FUNCTION_TRACER -CFLAGS_REMOVE_cache.o = -pg -endif - -ccflags-y := -DCPU_MAJOR=$(CPU_MAJOR) -DCPU_MINOR=$(CPU_MINOR) \ - -DCPU_REV=$(CPU_REV) - -obj-y += cache.o cpuinfo.o cpuinfo-pvr-full.o cpuinfo-static.o mb.o pvr.o |