diff options
| author | Linus Torvalds <torvalds@penguin.transmeta.com> | 2003-05-07 23:34:31 -0700 |
|---|---|---|
| committer | David S. Miller <davem@kernel.bkbits.net> | 2003-05-07 23:34:31 -0700 |
| commit | d498eb57971117c0a230ab2427cd452548cf4861 (patch) | |
| tree | c943954857312dc4811d5311d4a1f5e2bacdb14a /scripts | |
| parent | 6a2e2bf8f504995aee64bef233e23bc7456c1d7e (diff) | |
Use the right CFLAGS for source checking. Fix grammar.
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/Makefile.build | 4 |
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 |
