1# SPDX-License-Identifier: GPL-2.0-only 2 3# Branch profiling isn't noinstr-safe 4subdir-ccflags-$(CONFIG_TRACE_BRANCH_PROFILING) += -DDISABLE_BRANCH_PROFILING 5 6obj-y += kernel/ mm/ net/ 7obj-$(CONFIG_KVM) += kvm/ 8obj-$(CONFIG_XEN) += xen/ 9obj-$(subst m,y,$(CONFIG_HYPERV)) += hyperv/ 10obj-$(CONFIG_CRYPTO) += crypto/ 11 12# for cleaning 13subdir- += boot 14