diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..ee0494d --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +lib/aes_acc/asm/* linguist-vendored=false diff --git a/makefile b/makefile index 54a80f4..4c73977 100755 --- a/makefile +++ b/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