diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2008-02-18 04:48:20 -0500 |
---|---|---|
committer | Sam Ravnborg <sam@uranus.ravnborg.org> | 2008-04-25 14:18:48 -0400 |
commit | 3156fd0529b5216f4f444f4a7752b82dc1bd99c0 (patch) | |
tree | 88170f6bd4cfc9acf018a288f9d669da4a582a5b /scripts/Makefile.build | |
parent | eed7d2798ce7b78547106d0c3557a88251b413d0 (diff) |
kbuild: fix some minor typoes
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'scripts/Makefile.build')
-rw-r--r-- | scripts/Makefile.build | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/Makefile.build b/scripts/Makefile.build index 67fb4530a6ff..277cfe0b7100 100644 --- a/scripts/Makefile.build +++ b/scripts/Makefile.build | |||
@@ -27,12 +27,12 @@ ccflags-y := | |||
27 | cppflags-y := | 27 | cppflags-y := |
28 | ldflags-y := | 28 | ldflags-y := |
29 | 29 | ||
30 | # Read .config if it exist, otherwise ignore | 30 | # Read auto.conf if it exists, otherwise ignore |
31 | -include include/config/auto.conf | 31 | -include include/config/auto.conf |
32 | 32 | ||
33 | include scripts/Kbuild.include | 33 | include scripts/Kbuild.include |
34 | 34 | ||
35 | # For backward compatibility check that these variables does not change | 35 | # For backward compatibility check that these variables do not change |
36 | save-cflags := $(CFLAGS) | 36 | save-cflags := $(CFLAGS) |
37 | 37 | ||
38 | # The filename Kbuild has precedence over Makefile | 38 | # The filename Kbuild has precedence over Makefile |
@@ -55,7 +55,7 @@ hostprogs-y += $(host-progs) | |||
55 | endif | 55 | endif |
56 | endif | 56 | endif |
57 | 57 | ||
58 | # Do not include host rules unles needed | 58 | # Do not include host rules unless needed |
59 | ifneq ($(hostprogs-y)$(hostprogs-m),) | 59 | ifneq ($(hostprogs-y)$(hostprogs-m),) |
60 | include scripts/Makefile.host | 60 | include scripts/Makefile.host |
61 | endif | 61 | endif |