X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=mkfiles%2Faes.mk;h=d687c74386f09397c877efca6643ee643050c1ed;hb=3602a99dd3ed1b20dc359734cd36316a7ee5c27e;hp=b3d8510e9c008134263785be5abed9a9baeea1b5;hpb=ba3a6079e5184898daed9b3cd67e453a0fc5e637;p=avr-crypto-lib.git diff --git a/mkfiles/aes.mk b/mkfiles/aes.mk index b3d8510..d687c74 100644 --- a/mkfiles/aes.mk +++ b/mkfiles/aes.mk @@ -4,11 +4,11 @@ ALGO_NAME := AES # comment out the following line for removement of AES from the build process BLOCK_CIPHERS += $(ALGO_NAME) - -$(ALGO_NAME)_OBJ := aes_enc-asm.o aes_dec-asm.o aes_sbox-asm.o aes_invsbox.o \ - aes_keyschedule-asm.o -$(ALGO_NAME)_TEST_BIN := main-aes-test.o debug.o uart.o serial-tools.o \ - nessie_bc_test.o nessie_common.o cli.o performance_test.o +$(ALGO_NAME)_DIR := aes/ +$(ALGO_NAME)_OBJ := aes_enc-asm.o aes_dec-asm.o aes_sbox-asm.o aes_invsbox-asm.o \ + aes_keyschedule-asm.o +$(ALGO_NAME)_TEST_BIN := main-aes-test.o $(CLI_STD) \ + nessie_bc_test.o nessie_common.o performance_test.o $(ALGO_NAME)_NESSIE_TEST := test nessie $(ALGO_NAME)_PERFORMANCE_TEST := performance