summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/Makefile.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/Makefile.build b/scripts/Makefile.build
index 21d1a162b519..0bd9a0bd1016 100644
--- a/scripts/Makefile.build
+++ b/scripts/Makefile.build
@@ -66,10 +66,10 @@ __build: $(if $(KBUILD_BUILTIN),$(O_TARGET) $(L_TARGET) $(extra-y)) \
$(subdir-ym) $(always)
@:
-# Linus's kernel sanity checking tool
+# Linus' kernel sanity checking tool
ifneq ($(KBUILD_CHECKSRC),0)
quiet_cmd_checksrc = CHECK $<
- cmd_checksrc = $(CHECK) $(CFLAGS) $< ;
+ cmd_checksrc = $(CHECK) $(c_flags) $< ;
endif
# Module versioning