瀏覽代碼

added gitattributes

wangyu 8 年之前
父節點
當前提交
d9a24a5e42
共有 2 個文件被更改,包括 3 次插入2 次删除
  1. 1 0
      .gitattributes
  2. 2 2
      makefile

+ 1 - 0
.gitattributes

@@ -0,0 +1 @@
+lib/aes_acc/asm/* linguist-vendored=false

+ 2 - 2
makefile

@@ -24,8 +24,8 @@ debug:
 ar71xx: 
 	${cc_ar71xx}  -o ${NAME}_ar71xx   -I. ${SOURCES} ${FLAGS} -lrt -lgcc_eh -static -O3
 
-#ar71xx_asm_aes: 
-#	${cc_ar71xx}  -o ${NAME}_ar71xx_asm_aes   -I. ${SOURCES_AES_ACC} ${FLAGS} -lrt -lgcc_eh -static -O3 -DHAVE_ASM lib/aes_acc/asm/mips.S
+ar71xx_asm_aes: 
+	${cc_ar71xx}  -o ${NAME}_ar71xx_asm_aes   -I. ${SOURCES_AES_ACC} ${FLAGS} -lrt -lgcc_eh -static -O3 lib/aes_acc/asm/mips_be.S
 
 bcm2708:
 	${cc_bcm2708} -o ${NAME}_bcm2708  -I. ${SOURCES} ${FLAGS} -lrt -static -O3