You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
360 B
23 lines
360 B
|
|
obj-y += entry/ |
|
|
|
obj-$(CONFIG_KVM) += kvm/ |
|
|
|
# Xen paravirtualization support |
|
obj-$(CONFIG_XEN) += xen/ |
|
|
|
# lguest paravirtualization support |
|
obj-$(CONFIG_LGUEST_GUEST) += lguest/ |
|
|
|
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/
|
|
|