This commit is contained in:
Peter D. Gray 2021-05-17 10:41:50 -04:00
parent 89a603a864
commit 6f4a9d4e40
No known key found for this signature in database
GPG Key ID: F0E6CC6AFC16CF7B

View File

@ -2,7 +2,7 @@
# Pure ASM version of AES-256 for CTR mode only
#
ifeq ($(BOARD), COLDCARD)
ifdef BOARD
SRC_USERMOD += $(USERMOD_DIR)/aes_256_ctr.o
SRC_USERMOD += $(USERMOD_DIR)/module.c