diff options
author | Michal Marek <mmarek@suse.cz> | 2011-06-07 09:37:51 -0400 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2011-06-07 09:37:51 -0400 |
commit | 2e483528cebad089d0bb3f9aebb0ada22d968ffa (patch) | |
tree | d701405826b271e819a9a8500838cebd37b1364a /scripts/Makefile.modpost | |
parent | 163d3fe6a2357aba7b18b938d6ae6ce9570324e4 (diff) | |
parent | 55922c9d1b84b89cb946c777fddccb3247e7df2c (diff) |
Merge commit 'v3.0-rc1' into kbuild/kbuild
Diffstat (limited to 'scripts/Makefile.modpost')
-rw-r--r-- | scripts/Makefile.modpost | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/Makefile.modpost b/scripts/Makefile.modpost index 6ba4332fcf6e..08dce14f2dc8 100644 --- a/scripts/Makefile.modpost +++ b/scripts/Makefile.modpost | |||
@@ -35,14 +35,14 @@ | |||
35 | # KBUILD_MODPOST_WARN can be set to avoid error out in case of undefined | 35 | # KBUILD_MODPOST_WARN can be set to avoid error out in case of undefined |
36 | # symbols in the final module linking stage | 36 | # symbols in the final module linking stage |
37 | # KBUILD_MODPOST_NOFINAL can be set to skip the final link of modules. | 37 | # KBUILD_MODPOST_NOFINAL can be set to skip the final link of modules. |
38 | # This is solely usefull to speed up test compiles | 38 | # This is solely useful to speed up test compiles |
39 | PHONY := _modpost | 39 | PHONY := _modpost |
40 | _modpost: __modpost | 40 | _modpost: __modpost |
41 | 41 | ||
42 | include include/config/auto.conf | 42 | include include/config/auto.conf |
43 | include scripts/Kbuild.include | 43 | include scripts/Kbuild.include |
44 | 44 | ||
45 | # When building external modules load the Kbuild file to retreive EXTRA_SYMBOLS info | 45 | # When building external modules load the Kbuild file to retrieve EXTRA_SYMBOLS info |
46 | ifneq ($(KBUILD_EXTMOD),) | 46 | ifneq ($(KBUILD_EXTMOD),) |
47 | 47 | ||
48 | # set src + obj - they may be used when building the .mod.c file | 48 | # set src + obj - they may be used when building the .mod.c file |