IB/mthca: Check SRQ limit in modify SRQ operation
[cascardo/linux.git] / Makefile
index cb57905..14781f3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -517,6 +517,10 @@ else
 CFLAGS         += -fomit-frame-pointer
 endif
 
+ifdef CONFIG_UNWIND_INFO
+CFLAGS         += -fasynchronous-unwind-tables
+endif
+
 ifdef CONFIG_DEBUG_INFO
 CFLAGS         += -g
 endif