ini
[aversive.git] / modules / crypto / aes / Makefile
1 TARGET = aes
2
3 -include .config
4
5 # List C source files here. (C dependencies are automatically generated.)
6 SRC = aes_core.c 
7 ifeq ($(CONFIG_MODULE_AES_CTR),y)
8 SRC += aes_ctr.c
9 endif
10
11 include $(AVERSIVE_DIR)/mk/aversive_module.mk