diff options
author | Sam Ravnborg <sam@mars.ravnborg.org> | 2006-02-18 04:03:40 -0500 |
---|---|---|
committer | Sam Ravnborg <sam@mars.ravnborg.org> | 2006-02-19 03:51:22 -0500 |
commit | 9d6e7a709cdb8f43d9a9ac5532b54a3e70415b9b (patch) | |
tree | 9c8b232f177dfa34930723d0dade26c35863b43f /scripts | |
parent | 18a43ba26dcbe2a7a51011c9daae37adc7fc5c93 (diff) |
kbuild: fix comment in Kbuild.include
Noted by Olaf Hering <olh@suse.de>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/Kbuild.include | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Kbuild.include b/scripts/Kbuild.include index 3e7e0b278b96..c3d2e4e068c4 100644 --- a/scripts/Kbuild.include +++ b/scripts/Kbuild.include | |||
@@ -45,7 +45,7 @@ define filechk | |||
45 | endef | 45 | endef |
46 | 46 | ||
47 | ###### | 47 | ###### |
48 | # cc support functions to be used (only) in arch/$(ARCH)/Makefile | 48 | # gcc support functions |
49 | # See documentation in Documentation/kbuild/makefiles.txt | 49 | # See documentation in Documentation/kbuild/makefiles.txt |
50 | 50 | ||
51 | # as-option | 51 | # as-option |