xen: use header for EXPORT_SYMBOL_GPL
[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
0d1edf46 8obj-y := enlighten.o setup.o multicalls.o mmu.o irq.o \
5393744b
JF
9 time.o xen-asm.o xen-asm_$(BITS).o \
10 grant-table.o suspend.o
f87e4cac 11
994025ca
JF
12obj-$(CONFIG_SMP) += smp.o spinlock.o
13obj-$(CONFIG_XEN_DEBUG_FS) += debugfs.o
This page took 0.164144 seconds and 5 git commands to generate.