Home | History | Annotate | Line # | Download | only in mips
      1 .include "mips.inc"
      2 
      3 # Don't include mips.S for 32 bit mips because it does not work for mips1
      4 .if ${MIPS_LE} && ${MIPS_64} == "64"
      5 .PATH.S: ${.PARSEDIR}
      6 
      7 BN_SRCS = mips${MIPS_64}.S
      8 .endif
      9 
     10 .include "../../bn.inc"
     11