From 960cb2b08c5e095b606a311ad3d53f5327847e23 Mon Sep 17 00:00:00 2001 From: Konrad Rzeszutek Wilk Date: Tue, 10 Feb 2015 11:11:58 -0500 Subject: [PATCH] config: Disable CTF and DTRACE If we are building an UEK kernel we don't want to build with DTRACE as we do not have all the required user-space bits. Signed-off-by: Konrad Rzeszutek Wilk --- linux.config | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/linux.config b/linux.config index d8f7167..db0870b 100644 --- a/linux.config +++ b/linux.config @@ -919,3 +919,7 @@ CONFIG_PCI_IOAPIC=y CONFIG_IRQ_REMAP=y CONFIG_X86_X2APIC=y +# UEK2 kernels +# CONFIG_CTF is not set +# CONFIG_DTRACE is not set + -- 2.39.5