]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - mkfiles/aes.mk
new makefile and modified build process
[avr-crypto-lib.git] / mkfiles / aes.mk
index f19a1c6e8186c02eb94790afeb04231ec9b56ce7..d687c74386f09397c877efca6643ee643050c1ed 100644 (file)
@@ -4,9 +4,9 @@ ALGO_NAME := AES
 # comment out the following line for removement of AES from the build process
 BLOCK_CIPHERS += $(ALGO_NAME)
 
-
+$(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  
+                         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