2015-06-03 05:37:36 -06:00
|
|
|
obj-y += entry/
|
|
|
|
|
2016-02-08 09:09:04 -07:00
|
|
|
obj-$(CONFIG_PERF_EVENTS) += events/
|
|
|
|
|
2009-04-15 13:34:55 -06:00
|
|
|
obj-$(CONFIG_KVM) += kvm/
|
|
|
|
|
|
|
|
# Xen paravirtualization support
|
|
|
|
obj-$(CONFIG_XEN) += xen/
|
|
|
|
|
2017-01-18 16:45:02 -07:00
|
|
|
# Hyper-V paravirtualization support
|
2017-08-02 10:09:13 -06:00
|
|
|
obj-$(subst m,y,$(CONFIG_HYPERV)) += hyperv/
|
2017-01-18 16:45:02 -07:00
|
|
|
|
2012-05-08 12:22:25 -06:00
|
|
|
obj-y += realmode/
|
2009-04-15 13:34:55 -06:00
|
|
|
obj-y += kernel/
|
|
|
|
obj-y += mm/
|
|
|
|
|
|
|
|
obj-y += crypto/
|
2015-06-03 10:05:44 -06:00
|
|
|
|
2009-04-15 13:34:55 -06:00
|
|
|
obj-$(CONFIG_IA32_EMULATION) += ia32/
|
|
|
|
|
2010-10-16 02:11:22 -06:00
|
|
|
obj-y += platform/
|
2011-04-20 03:27:32 -06:00
|
|
|
obj-y += net/
|
2014-08-08 15:26:02 -06:00
|
|
|
|
2014-08-29 16:18:46 -06:00
|
|
|
obj-$(CONFIG_KEXEC_FILE) += purgatory/
|