diff options
author | Paul Mackerras <paulus@samba.org> | 2006-12-03 23:59:07 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-12-03 23:59:07 -0500 |
commit | 79acbb3ff2d8095b692e1502b9eb2ccec348de26 (patch) | |
tree | 6ab773e5a8f9de2cd6443362b21d0d6fffe3b35e /Makefile | |
parent | 19a79859e168640f8e16d7b216d211c1c52b687a (diff) | |
parent | 2b5f6dcce5bf94b9b119e9ed8d537098ec61c3d2 (diff) |
Merge branch 'linux-2.6' into for-linus
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,7 +1,7 @@ | |||
1 | VERSION = 2 | 1 | VERSION = 2 |
2 | PATCHLEVEL = 6 | 2 | PATCHLEVEL = 6 |
3 | SUBLEVEL = 19 | 3 | SUBLEVEL = 19 |
4 | EXTRAVERSION =-rc2 | 4 | EXTRAVERSION = |
5 | NAME=Avast! A bilge rat! | 5 | NAME=Avast! A bilge rat! |
6 | 6 | ||
7 | # *DOCUMENTATION* | 7 | # *DOCUMENTATION* |
@@ -499,6 +499,7 @@ endif | |||
499 | 499 | ||
500 | ifdef CONFIG_UNWIND_INFO | 500 | ifdef CONFIG_UNWIND_INFO |
501 | CFLAGS += -fasynchronous-unwind-tables | 501 | CFLAGS += -fasynchronous-unwind-tables |
502 | LDFLAGS_vmlinux += --eh-frame-hdr | ||
502 | endif | 503 | endif |
503 | 504 | ||
504 | ifdef CONFIG_DEBUG_INFO | 505 | ifdef CONFIG_DEBUG_INFO |
@@ -1319,7 +1320,8 @@ define xtags | |||
1319 | $(all-sources) | xargs $1 -a \ | 1320 | $(all-sources) | xargs $1 -a \ |
1320 | -I __initdata,__exitdata,__acquires,__releases \ | 1321 | -I __initdata,__exitdata,__acquires,__releases \ |
1321 | -I EXPORT_SYMBOL,EXPORT_SYMBOL_GPL \ | 1322 | -I EXPORT_SYMBOL,EXPORT_SYMBOL_GPL \ |
1322 | --extra=+f --c-kinds=+px; \ | 1323 | --extra=+f --c-kinds=+px \ |
1324 | --regex-asm='/ENTRY\(([^)]*)\).*/\1/'; \ | ||
1323 | $(all-kconfigs) | xargs $1 -a \ | 1325 | $(all-kconfigs) | xargs $1 -a \ |
1324 | --langdef=kconfig \ | 1326 | --langdef=kconfig \ |
1325 | --language-force=kconfig \ | 1327 | --language-force=kconfig \ |