diff options
Diffstat (limited to 'arch/x86/Kbuild')
-rw-r--r-- | arch/x86/Kbuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/x86/Kbuild b/arch/x86/Kbuild index 1538562cc..eb3abf8ac 100644 --- a/arch/x86/Kbuild +++ b/arch/x86/Kbuild @@ -1,6 +1,7 @@ - obj-y += entry/ +obj-$(CONFIG_PERF_EVENTS) += events/ + obj-$(CONFIG_KVM) += kvm/ # Xen paravirtualization support |