12 lines
157 B
Makefile
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
|
|
|