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