firmware/external/c-modules/aes256ctr/micropython.mk
Peter D. Gray 6f4a9d4e40
bugfix
2021-05-17 10:41:50 -04:00

12 lines
157 B
Makefile

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