Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
next
/
linux-next
/
stable
/
.
/
drivers
/
idle
/
Makefile
blob: a34af1ba09bdba6632eaff9be28825f8ef15df32 [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: GPL-2.0-only
# Branch profiling isn't noinstr-safe
ccflags
-
$
(
CONFIG_TRACE_BRANCH_PROFILING
)
+=
-
DDISABLE_BRANCH_PROFILING
obj
-
$
(
CONFIG_INTEL_IDLE
)
+=
intel_idle
.
o