Revision de2addf592894b31b8149cca008f00d8102401e9 authored by Ian Campbell on 28 October 2008, 13:36:25 UTC, committed by Sam Ravnborg on 29 October 2008, 21:27:17 UTC
Architectures which have moved their includes to arch/<ARCH>/include
now list the headers twice in the source listing used by "make
cscope" and friends, causing those tools to list symbols twice.

Skipping these files in the ALLSOURCE_ARCHS pass rather than removing
the ALLINCLUDE_ARCHS pass preserves the semantics of the later.

Signed-off-by: Ian Campbell <ijc@hellion.org.uk>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
1 parent f03b283
History
File Mode Size
Makefile -rw-r--r-- 719 bytes
aes-i586-asm_32.S -rw-r--r-- 10.4 KB
aes-x86_64-asm_64.S -rw-r--r-- 4.8 KB
aes_glue.c -rw-r--r-- 1.3 KB
crc32c-intel.c -rw-r--r-- 4.9 KB
salsa20-i586-asm_32.S -rw-r--r-- 20.2 KB
salsa20-x86_64-asm_64.S -rw-r--r-- 17.4 KB
salsa20_glue.c -rw-r--r-- 3.7 KB
twofish-i586-asm_32.S -rw-r--r-- 9.2 KB
twofish-x86_64-asm_64.S -rw-r--r-- 8.4 KB
twofish_glue.c -rw-r--r-- 3.1 KB

back to top