From d9a24a5e42a221e142c7e2841bed14e660d6ffde Mon Sep 17 00:00:00 2001 From: wangyu Date: Sat, 19 Aug 2017 12:19:45 +0800 Subject: [PATCH] added gitattributes --- .gitattributes | 1 + makefile | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 .gitattributes 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