Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10
.if ${MACHINE} == "sparc64" .PATH.S: ${.PARSEDIR} POLY1305_SRCS = poly1305-sparcv9.S POLY1305_CPPFLAGS+=-DPOLY1305_ASM AFLAGS.poly1305-sparcv9.S+= -Wa,-Av9 .endif .include "../../poly1305.inc"