IB/mthca: Check that SRQ WQE size does not exceed device's max value
[linux-block.git] / Makefile
index cb5790580fca2cea5b70a27b0359e198f589da0c..14781f36e3274cb269f8ac6427b96c828e9c22e0 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