xref: /openbmc/linux/arch/arm64/Kbuild (revision 03ab8e6297acd1bc0eedaa050e2a1635c576fd11)
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
10