Home | History | Annotate | Line # | Download | only in powerpc
sha.inc revision 1.1.1.1
      1 .PATH.S: ${.PARSEDIR}
      2 SHA_SRCS = sha1-ppc.S
      3 SHACPPFLAGS = -DSHA1_ASM
      4 .if NOT_USING_SHAXXX_FROM_LIBC
      5 SHA_SRCS += sha512-ppc.S sha512p8-ppc.S
      6 SHA_SRCS += sha256-ppc.S sha256p8-ppc.S
      7 SHACPPFLAGS+= -DSHA256_ASM -DSHA512_ASM
      8 .endif
      9 .include "../../sha.inc"
     10