aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>2006-12-03 23:59:07 -0500
committerPaul Mackerras <paulus@samba.org>2006-12-03 23:59:07 -0500
commit79acbb3ff2d8095b692e1502b9eb2ccec348de26 (patch)
tree6ab773e5a8f9de2cd6443362b21d0d6fffe3b35e /Makefile
parent19a79859e168640f8e16d7b216d211c1c52b687a (diff)
parent2b5f6dcce5bf94b9b119e9ed8d537098ec61c3d2 (diff)
Merge branch 'linux-2.6' into for-linus
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 703d40a65e7e..aef96259051f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
1VERSION = 2 1VERSION = 2
2PATCHLEVEL = 6 2PATCHLEVEL = 6
3SUBLEVEL = 19 3SUBLEVEL = 19
4EXTRAVERSION =-rc2 4EXTRAVERSION =
5NAME=Avast! A bilge rat! 5NAME=Avast! A bilge rat!
6 6
7# *DOCUMENTATION* 7# *DOCUMENTATION*
@@ -499,6 +499,7 @@ endif
499 499
500ifdef CONFIG_UNWIND_INFO 500ifdef CONFIG_UNWIND_INFO
501CFLAGS += -fasynchronous-unwind-tables 501CFLAGS += -fasynchronous-unwind-tables
502LDFLAGS_vmlinux += --eh-frame-hdr
502endif 503endif
503 504
504ifdef CONFIG_DEBUG_INFO 505ifdef 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 \