|
@@ -533,7 +533,7 @@ endif
|
|
|
|
|
|
include $(srctree)/arch/$(SRCARCH)/Makefile
|
|
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})
|
|
KBUILD_CFLAGS += $(call cc-option,-Wframe-larger-than=${CONFIG_FRAME_WARN})
|
|
endif
|
|
endif
|
|
|
|
|