6

make[1]: *** No rule to make target 'debian/canonical-revoked-certs.pem' , needed by certs/x509_revocation_list'. STOP. make: ***[Makefile:1851:certs] Error 2

Dee
  • 61

2 Answers2

6

I just copy the answer from @Doug and the problem fixed:
scripts/config --disable SYSTEM_REVOCATION_KEYS

ofarouk
  • 169
0

The files are contained in the source package of the linux image. You can download it with pull-lp-source, e.g.

pull-lp-source linux-riscv kinetic

for the Kinetic riscv64 kernel.

Xypron
  • 121
  • 2