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} && ${MIPS_64} == "64" .PATH.S: ${.PARSEDIR} POLY1305_SRCS = poly1305-mips64.S POLY1305_CPPFLAGS+=-DPOLY1305_ASM .endif .include "../../poly1305.inc"