kbuild: fix detection of CONFIG_FRAME_WARN=0
[firefly-linux-kernel-4.4.55.git] / Makefile
index 610d1c332c45d1d8d2da3adc42e0fb0ad20c7123..106515492089ac4dfb857080f13b0bc77c367b35 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -533,7 +533,7 @@ endif
 
 include $(srctree)/arch/$(SRCARCH)/Makefile
 
-ifneq (CONFIG_FRAME_WARN,0)
+ifneq ($(CONFIG_FRAME_WARN),0)
 KBUILD_CFLAGS += $(call cc-option,-Wframe-larger-than=${CONFIG_FRAME_WARN})
 endif