added log,now listeing

This commit is contained in:
wangyu
2017-08-18 23:37:21 +08:00
parent 7d9ef910ca
commit 769b99546b
2 changed files with 5 additions and 0 deletions

View File

@@ -23,6 +23,10 @@ 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
bcm2708:
${cc_bcm2708} -o ${NAME}_bcm2708 -I. ${SOURCES} ${FLAGS} -lrt -static -O3
amd64: