firmware/external/c-modules/aes256ctr/micropython.mk
2021-03-01 09:03:03 -05:00

12 lines
171 B
Makefile

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