kbuild: Fix instrumentation removal breakage on avr32
authorHaavard Skinnemoen <[email protected]>
Mon, 4 Feb 2008 11:44:48 +0000 (12:44 +0100)
committerLinus Torvalds <[email protected]>
Mon, 4 Feb 2008 15:57:38 +0000 (07:57 -0800)
AVR32 still includes Kconfig.instrumentation, so it won't build after
this...

Signed-off-by: Haavard Skinnemoen <[email protected]>
Acked-by: Mathieu Desnoyers <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
arch/avr32/Kconfig

index 0e56e96a17a7626a4dec36f0f48776e4492df4a6..c816f29154c929be053fd48c6b48f98913779b30 100644 (file)
@@ -235,8 +235,6 @@ source "drivers/Kconfig"
 
 source "fs/Kconfig"
 
-source "kernel/Kconfig.instrumentation"
-
 source "arch/avr32/Kconfig.debug"
 
 source "security/Kconfig"