cifsd: fix possible compile error for asn1.c
authorHyunchul Lee <hyc.lee@gmail.com>
Sun, 6 Jun 2021 02:42:25 +0000 (11:42 +0900)
committerNamjae Jeon <namjae.jeon@samsung.com>
Mon, 7 Jun 2021 02:19:58 +0000 (11:19 +0900)
commitd4b26c285802d3088342ff4ddf4d287d540c929e
treeb27296f1d7bb98210176152dca3dfa2269bc0e55
parentade62d8b429fe49325593785316bdee3cabaec44
cifsd: fix possible compile error for asn1.c

spnego_negtokeninit.asn1.h and spnego_negtokentarg.asn1.h
have to be generated before asn1.o is compiled.
Because of parallel build, the dependency could be broken,
we need to specify the dependency in Makefile.

Signed-off-by: Hyunchul Lee <hyc.lee@gmail.com>
Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifsd/Makefile