Blame view

arch/x86/Kbuild 405 Bytes
81f7e3824   Eric Lee   Initial Release, ...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
  obj-y += entry/
  
  obj-$(CONFIG_PERF_EVENTS) += events/
  
  obj-$(CONFIG_KVM) += kvm/
  
  # Xen paravirtualization support
  obj-$(CONFIG_XEN) += xen/
  
  # Hyper-V paravirtualization support
  obj-$(subst m,y,$(CONFIG_HYPERV)) += hyperv/
  
  obj-y += realmode/
  obj-y += kernel/
  obj-y += mm/
  
  obj-y += crypto/
  
  obj-$(CONFIG_IA32_EMULATION) += ia32/
  
  obj-y += platform/
  obj-y += net/
  
  obj-$(CONFIG_KEXEC_FILE) += purgatory/