1 # SPDX-License-Identifier: GPL-2.0-only 2 obj-y += kernel/ mm/ net/ 3 obj-$(CONFIG_KVM) += kvm/ 4 obj-$(CONFIG_XEN) += xen/ 5 obj-$(subst m,y,$(CONFIG_HYPERV)) += hyperv/ 6 obj-$(CONFIG_CRYPTO) += crypto/ 7 8 # for cleaning 9 subdir- += boot
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.