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

7 lines
173 B
Plaintext
Raw Normal View History

# SPDX-License-Identifier: GPL-2.0-only
2021-09-23 21:59:15 +05:00
obj-y += kernel/ mm/
obj-$(CONFIG_NET) += net/
obj-$(CONFIG_KVM) += kvm/
obj-$(CONFIG_XEN) += xen/
obj-$(CONFIG_CRYPTO) += crypto/