Edit

thodg/cgminer/x86_32/Makefile.am

Branch :

  • Show log

    Commit

  • Author : Con Kolivas
    Date : 2011-08-25 11:19:40
    Hash : 7dc3db23
    Message : Implement SSE2 32 bit assembly algorithm as well.

  • x86_32/Makefile.am
  • noinst_LIBRARIES	= libx8632.a
    
    SUFFIXES = .asm
    
    libx8632_a_SOURCES	= sha256_xmm.asm
    
    .asm.o:
    	$(YASM) -f elf32 $<