diff options
| author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-12-01 23:30:46 -0500 |
|---|---|---|
| committer | Michal Marek <mmarek@suse.cz> | 2014-12-03 08:14:07 -0500 |
| commit | 1846dfbde3e8a53f3673dcb1c1b79fd9b3f8d40d (patch) | |
| tree | 798cc547f8b7deb8623ff473c7b5659d80040579 /scripts/Kbuild.include | |
| parent | fbae4d585e5a61792f16b6d5a6305d61df01b4a6 (diff) | |
kbuild: remove redundant -rR flag of hdr-inst
Passing -rR for "make headers_install" is redundant because
the top Makefile has already set -rR to MAKEFLAGS.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to 'scripts/Kbuild.include')
| -rw-r--r-- | scripts/Kbuild.include | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/Kbuild.include b/scripts/Kbuild.include index 0f909814edfc..353dcf09dd18 100644 --- a/scripts/Kbuild.include +++ b/scripts/Kbuild.include | |||
| @@ -186,10 +186,10 @@ modbuiltin := -f $(srctree)/scripts/Makefile.modbuiltin obj | |||
| 186 | clean := -f $(srctree)/scripts/Makefile.clean obj | 186 | clean := -f $(srctree)/scripts/Makefile.clean obj |
| 187 | 187 | ||
| 188 | ### | 188 | ### |
| 189 | # Shorthand for $(Q)$(MAKE) -rR -f scripts/Makefile.headersinst obj= | 189 | # Shorthand for $(Q)$(MAKE) -f scripts/Makefile.headersinst obj= |
| 190 | # Usage: | 190 | # Usage: |
| 191 | # $(Q)$(MAKE) $(hdr-inst)=dir | 191 | # $(Q)$(MAKE) $(hdr-inst)=dir |
| 192 | hdr-inst := -rR -f $(srctree)/scripts/Makefile.headersinst obj | 192 | hdr-inst := -f $(srctree)/scripts/Makefile.headersinst obj |
| 193 | 193 | ||
| 194 | # Prefix -I with $(srctree) if it is not an absolute path. | 194 | # Prefix -I with $(srctree) if it is not an absolute path. |
| 195 | # skip if -I has no parameter | 195 | # skip if -I has no parameter |
