]> xenbits.xensource.com Git - xentesttools/bootstrap.git/commitdiff
config: Disable CTF and DTRACE
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Tue, 10 Feb 2015 16:11:58 +0000 (11:11 -0500)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Tue, 10 Feb 2015 16:28:54 +0000 (11:28 -0500)
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 <konrad.wilk@oracle.com>
linux.config

index d8f71670dfdc31fb6b09771f01a5f9ca7751b12d..db0870be717564fe45d2daddaa9d6177fe33b121 100644 (file)
@@ -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
+