3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-11 09:45:55 +00:00

7 lines
197 B
Plaintext
Raw Normal View History

# SPDX-License-Identifier: GPL-2.0-only
2021-10-02 21:09:28 +05:00
obj-y += kernel/ mm/ net/
obj-$(CONFIG_KVM) += kvm/
obj-$(CONFIG_XEN) += xen/
2021-10-02 21:09:28 +05:00
obj-$(subst m,y,$(CONFIG_HYPERV)) += hyperv/
obj-$(CONFIG_CRYPTO) += crypto/