Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit b21761ff authored by Haavard Skinnemoen's avatar Haavard Skinnemoen Committed by Linus Torvalds
Browse files

kbuild: Fix instrumentation removal breakage on avr32


AVR32 still includes Kconfig.instrumentation, so it won't build after
this...

Signed-off-by: default avatarHaavard Skinnemoen <hskinnemoen@atmel.com>
Acked-by: default avatarMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 519cb688
No related merge requests found
......@@ -235,8 +235,6 @@ source "drivers/Kconfig"
source "fs/Kconfig"
source "kernel/Kconfig.instrumentation"
source "arch/avr32/Kconfig.debug"
source "security/Kconfig"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment