diff --git a/Makefile b/Makefile index 27d58aa8e0eb..148d40ae0ad6 100644 --- a/Makefile +++ b/Makefile @@ -1015,6 +1015,9 @@ endif # Ensure compilers do not transform certain loops into calls to wcslen() KBUILD_CFLAGS += -fno-builtin-wcslen +# Ensure compilers do not transform certain loops into calls to wcslen() +KBUILD_CFLAGS += -fno-builtin-wcslen + # change __FILE__ to the relative path from the srctree KBUILD_CPPFLAGS += $(call cc-option,-fmacro-prefix-map=$(srctree)/=)