X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=arch%2Fx86%2Fxen%2FMakefile;h=e47e52787d32eb9e4b9c7b6cb50b7a11f57dc586;hb=9939b14b743f534005dfdaa1e519ff99c7a135c2;hp=4b6e29ac0968c1a76451d3ff773652bc4afed138;hpb=31409c97640ff5f1a49e34ac7f3c82097bf57bec;p=karo-tx-linux.git diff --git a/arch/x86/xen/Makefile b/arch/x86/xen/Makefile index 4b6e29ac0968..e47e52787d32 100644 --- a/arch/x86/xen/Makefile +++ b/arch/x86/xen/Makefile @@ -13,7 +13,7 @@ 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 apic.o + p2m.o apic.o pmu.o obj-$(CONFIG_EVENT_TRACING) += trace.o