2019-05-30 20:03:44 +08:00
|
|
|
# SPDX-License-Identifier: GPL-2.0
|
2022-02-23 02:57:38 +08:00
|
|
|
obj-$(CONFIG_ARCH_HAS_CC_PLATFORM) += coco/
|
|
|
|
|
2015-06-03 19:37:36 +08:00
|
|
|
obj-y += entry/
|
|
|
|
|
2016-02-09 00:09:04 +08:00
|
|
|
obj-$(CONFIG_PERF_EVENTS) += events/
|
|
|
|
|
2009-04-16 03:34:55 +08:00
|
|
|
obj-$(CONFIG_KVM) += kvm/
|
|
|
|
|
|
|
|
# Xen paravirtualization support
|
|
|
|
obj-$(CONFIG_XEN) += xen/
|
|
|
|
|
2018-12-11 03:09:35 +08:00
|
|
|
obj-$(CONFIG_PVH) += platform/pvh/
|
2018-12-11 03:07:55 +08:00
|
|
|
|
2017-01-19 07:45:02 +08:00
|
|
|
# Hyper-V paravirtualization support
|
2017-08-03 00:09:13 +08:00
|
|
|
obj-$(subst m,y,$(CONFIG_HYPERV)) += hyperv/
|
2017-01-19 07:45:02 +08:00
|
|
|
|
2012-05-09 02:22:25 +08:00
|
|
|
obj-y += realmode/
|
2009-04-16 03:34:55 +08:00
|
|
|
obj-y += kernel/
|
|
|
|
obj-y += mm/
|
|
|
|
|
|
|
|
obj-y += crypto/
|
2015-06-04 00:05:44 +08:00
|
|
|
|
2009-04-16 03:34:55 +08:00
|
|
|
obj-$(CONFIG_IA32_EMULATION) += ia32/
|
|
|
|
|
2010-10-16 16:11:22 +08:00
|
|
|
obj-y += platform/
|
2011-04-20 17:27:32 +08:00
|
|
|
obj-y += net/
|
2014-08-09 05:26:02 +08:00
|
|
|
|
2014-08-30 06:18:46 +08:00
|
|
|
obj-$(CONFIG_KEXEC_FILE) += purgatory/
|
2021-10-13 14:36:22 +08:00
|
|
|
|
|
|
|
# for cleaning
|
|
|
|
subdir- += boot tools
|