]> git.ipfire.org Git - thirdparty/linux.git/commit - Makefile
kbuild: rename *-asn1.[ch] to *.asn1.[ch]
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 23 Mar 2018 13:04:37 +0000 (22:04 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sat, 7 Apr 2018 10:04:02 +0000 (19:04 +0900)
commit4fa8bc949de11c99ee2433c602d43f87c452f4f2
tree63c75a716af9a76798f17cc4c7f4341f0decf39f
parent3ca3273eaa509a6a17e33fc7d31714bfd9f65a38
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>
12 files changed:
.gitignore
Makefile
crypto/Makefile
crypto/asymmetric_keys/Makefile
crypto/asymmetric_keys/mscode_parser.c
crypto/asymmetric_keys/pkcs7_parser.c
crypto/asymmetric_keys/x509_cert_parser.c
crypto/rsa_helper.c
net/ipv4/netfilter/Makefile
net/ipv4/netfilter/nf_nat_snmp_basic_main.c
scripts/Makefile.build
scripts/asn1_compiler.c