Home | History | Annotate | Line # | Download | only in arm
      1 .include "arm.inc"
      2 
      3 .PATH.S: ${.PARSEDIR}
      4 MODES_SRCS += ghash-armv4.S
      5 
      6 MODES_SRCS += ghashv8-armx.S
      7 AFLAGS.ghashv8-armx.S = -Wa,-march=armv8.4-a
      8 
      9 MODESCPPFLAGS = -DGHASH_ASM
     10 .include "../../modes.inc"
     11