summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d2fe1a34e5e0..56fed6f202e9 100644
--- a/Makefile
+++ b/Makefile
@@ -574,7 +574,7 @@ ifdef CONFIG_CC_OPTIMIZE_FOR_SIZE
KBUILD_CFLAGS += -Os $(call cc-disable-warning,maybe-uninitialized,)
else
ifdef CONFIG_LESS_GCC_OPT
-KBUILD_CLFAGS += -O1
+KBUILD_CFLAGS += -O1
else
KBUILD_CFLAGS += -O2
endif