diff options
Diffstat (limited to 'ANDROID_3.4.5/arch/x86/xen/Makefile')
-rw-r--r-- | ANDROID_3.4.5/arch/x86/xen/Makefile | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/ANDROID_3.4.5/arch/x86/xen/Makefile b/ANDROID_3.4.5/arch/x86/xen/Makefile deleted file mode 100644 index add2c2d7..00000000 --- a/ANDROID_3.4.5/arch/x86/xen/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -ifdef CONFIG_FUNCTION_TRACER -# Do not profile debug and lowlevel utilities -CFLAGS_REMOVE_spinlock.o = -pg -CFLAGS_REMOVE_time.o = -pg -CFLAGS_REMOVE_irq.o = -pg -endif - -# Make sure early boot has no stackprotector -nostackp := $(call cc-option, -fno-stack-protector) -CFLAGS_enlighten.o := $(nostackp) -CFLAGS_mmu.o := $(nostackp) - -obj-y := enlighten.o setup.o multicalls.o mmu.o irq.o \ - time.o xen-asm.o xen-asm_$(BITS).o \ - grant-table.o suspend.o platform-pci-unplug.o \ - p2m.o - -obj-$(CONFIG_EVENT_TRACING) += trace.o - -obj-$(CONFIG_SMP) += smp.o -obj-$(CONFIG_PARAVIRT_SPINLOCKS)+= spinlock.o -obj-$(CONFIG_XEN_DEBUG_FS) += debugfs.o -obj-$(CONFIG_XEN_DOM0) += vga.o -obj-$(CONFIG_SWIOTLB_XEN) += pci-swiotlb-xen.o |