Home | History | Annotate | Line # | Download | only in mips
      1 .include "mips.inc"
      2 
      3 .if ${MIPS_LE}
      4 .PATH.S: ${.PARSEDIR}
      5 
      6 SHA_SRCS += sha1-mips${MIPS_64}.S
      7 SHA_SRCS += sha512-mips${MIPS_64}.S
      8 
      9 SHACPPFLAGS = -DSHA1_ASM
     10 .endif
     11 
     12 .include "../../sha.inc"
     13