]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit6ea783b2e86c027fef455c6e0e0f0af187ce2bb1
treeb27296f1d7bb98210176152dca3dfa2269bc0e55
parent76c50f8cecbfc4cadf45939fa11caba93fcd7b3e
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