Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11 12
.include "mips.inc" .if ${MIPS_LE} .PATH.S: ${.PARSEDIR} SHA_SRCS += sha1-mips${MIPS_64}.S SHA_SRCS += sha512-mips${MIPS_64}.S SHACPPFLAGS = -DSHA1_ASM .endif .include "../../sha.inc"