Commit d498eb57 authored by Linus Torvalds's avatar Linus Torvalds Committed by David S. Miller

Use the right CFLAGS for source checking. Fix grammar.

parent 6a2e2bf8
...@@ -66,10 +66,10 @@ __build: $(if $(KBUILD_BUILTIN),$(O_TARGET) $(L_TARGET) $(extra-y)) \ ...@@ -66,10 +66,10 @@ __build: $(if $(KBUILD_BUILTIN),$(O_TARGET) $(L_TARGET) $(extra-y)) \
$(subdir-ym) $(always) $(subdir-ym) $(always)
@: @:
# Linus's kernel sanity checking tool # Linus' kernel sanity checking tool
ifneq ($(KBUILD_CHECKSRC),0) ifneq ($(KBUILD_CHECKSRC),0)
quiet_cmd_checksrc = CHECK $< quiet_cmd_checksrc = CHECK $<
cmd_checksrc = $(CHECK) $(CFLAGS) $< ; cmd_checksrc = $(CHECK) $(c_flags) $< ;
endif endif
# Module versioning # Module versioning
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment