diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2009-01-26 18:10:37 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-01-26 18:10:37 -0500 |
commit | 2034563ca323ee45f37a32911550d21c1f1e9626 (patch) | |
tree | cb9cfd052df2caa736f95890580b9de39276b77f /init | |
parent | 924d26df6b774b85c8b4548189b20e34f904a149 (diff) | |
parent | df291fa993c506da89a89264ff8166bccd172a14 (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes
* git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes:
kbuild: fix kbuild.txt typos
kbuild: print usage with no arguments in scripts/config
Revert "kbuild: strip generated symbols from *.ko"
Diffstat (limited to 'init')
-rw-r--r-- | init/Kconfig | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/init/Kconfig b/init/Kconfig index b9d1dd222104..f068071fcc5d 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -725,13 +725,6 @@ config KALLSYMS_ALL | |||
725 | 725 | ||
726 | Say N. | 726 | Say N. |
727 | 727 | ||
728 | config KALLSYMS_STRIP_GENERATED | ||
729 | bool "Strip machine generated symbols from kallsyms" | ||
730 | depends on KALLSYMS_ALL | ||
731 | default y | ||
732 | help | ||
733 | Say N if you want kallsyms to retain even machine generated symbols. | ||
734 | |||
735 | config KALLSYMS_EXTRA_PASS | 728 | config KALLSYMS_EXTRA_PASS |
736 | bool "Do an extra kallsyms pass" | 729 | bool "Do an extra kallsyms pass" |
737 | depends on KALLSYMS | 730 | depends on KALLSYMS |