xen/gntdev: add VM_PFNMAP to vma
[deliverable/linux.git] / arch / x86 / xen / Makefile
CommitLineData
606576ce 1ifdef CONFIG_FUNCTION_TRACER
d5de8841
JF
2# Do not profile debug and lowlevel utilities
3CFLAGS_REMOVE_spinlock.o = -pg
4CFLAGS_REMOVE_time.o = -pg
0d1edf46 5CFLAGS_REMOVE_irq.o = -pg
d5de8841
JF
6endif
7
ce2eef33
JF
8# Make sure early boot has no stackprotector
9nostackp := $(call cc-option, -fno-stack-protector)
10CFLAGS_enlighten.o := $(nostackp)
577eebea 11CFLAGS_mmu.o := $(nostackp)
ce2eef33 12
0d1edf46 13obj-y := enlighten.o setup.o multicalls.o mmu.o irq.o \
5393744b 14 time.o xen-asm.o xen-asm_$(BITS).o \
c1c5413a 15 grant-table.o suspend.o platform-pci-unplug.o
f87e4cac 16
b4ecc126
JF
17obj-$(CONFIG_SMP) += smp.o
18obj-$(CONFIG_PARAVIRT_SPINLOCKS)+= spinlock.o
19obj-$(CONFIG_XEN_DEBUG_FS) += debugfs.o
577eebea 20
bbbe5738 21obj-$(CONFIG_SWIOTLB_XEN) += pci-swiotlb-xen.o
This page took 0.24952 seconds and 5 git commands to generate.