Home | History | Annotate | Line # | Download | only in x86_64
      1 .PATH.S: ${.PARSEDIR}
      2 
      3 POLY1305_SRCS = poly1305-x86_64.S
      4 POLY1305_CPPFLAGS+=-DPOLY1305_ASM
      5 
      6 .include "../../poly1305.inc"
      7