10 lines
229 B
Plaintext
Raw Normal View History

2026-01-21 18:59:54 +08:00
# SPDX-License-Identifier: GPL-2.0-only
2026-01-29 22:25:33 +08:00
obj-y += kernel/ mm/ net/
2026-01-21 18:59:54 +08:00
obj-$(CONFIG_KVM) += kvm/
obj-$(CONFIG_XEN) += xen/
2026-01-29 22:25:33 +08:00
obj-$(subst m,y,$(CONFIG_HYPERV)) += hyperv/
2026-01-21 18:59:54 +08:00
obj-$(CONFIG_CRYPTO) += crypto/
2026-01-29 22:25:33 +08:00
# for cleaning
subdir- += boot