kbuild: rename *-asn1.[ch] to *.asn1.[ch]
Our convention is to distinguish file types by suffixes with a period
as a separator.
*-asn1.[ch] is a different pattern from other generated sources such
as *.lex.c, *.tab.[ch], *.dtb.S, etc. More confusing, files with
'-asn1.[ch]' are generated files, but '_asn1.[ch]' are checked-in
files:
net/netfilter/nf_conntrack_h323_asn1.c
include/linux/netfilter/nf_conntrack_h323_asn1.h
include/linux/sunrpc/gss_asn1.h
Rename generated files to *.asn1.[ch] for consistency.
Signed-off-by:
Masahiro Yamada <yamada.masahiro@socionext.com>
Showing
- .gitignore 1 addition, 1 deletion.gitignore
- Makefile 1 addition, 1 deletionMakefile
- crypto/Makefile 5 additions, 5 deletionscrypto/Makefile
- crypto/asymmetric_keys/Makefile 12 additions, 12 deletionscrypto/asymmetric_keys/Makefile
- crypto/asymmetric_keys/mscode_parser.c 1 addition, 1 deletioncrypto/asymmetric_keys/mscode_parser.c
- crypto/asymmetric_keys/pkcs7_parser.c 1 addition, 1 deletioncrypto/asymmetric_keys/pkcs7_parser.c
- crypto/asymmetric_keys/x509_cert_parser.c 2 additions, 2 deletionscrypto/asymmetric_keys/x509_cert_parser.c
- crypto/rsa_helper.c 2 additions, 2 deletionscrypto/rsa_helper.c
- net/ipv4/netfilter/Makefile 2 additions, 2 deletionsnet/ipv4/netfilter/Makefile
- net/ipv4/netfilter/nf_nat_snmp_basic_main.c 1 addition, 1 deletionnet/ipv4/netfilter/nf_nat_snmp_basic_main.c
- scripts/Makefile.build 2 additions, 2 deletionsscripts/Makefile.build
- scripts/asn1_compiler.c 1 addition, 1 deletionscripts/asn1_compiler.c
Please register or sign in to comment