6 lines
173 B
Makefile
Executable file
6 lines
173 B
Makefile
Executable file
# SPDX-License-Identifier: GPL-2.0-only
|
|
obj-y += kernel/ mm/
|
|
obj-$(CONFIG_NET) += net/
|
|
obj-$(CONFIG_KVM) += kvm/
|
|
obj-$(CONFIG_XEN) += xen/
|
|
obj-$(CONFIG_CRYPTO) += crypto/
|