mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
SAM3/4: Fix compile of sam_aes.c if CONFIG_CRYPTO_AES is defined. rom Max Nekludov
This commit is contained in:
@@ -86,6 +86,10 @@ CHIP_CSRCS += sam_serial.c sam_start.c sam_timerisr.c
|
||||
|
||||
# Configuration-dependent SAM3/4 files
|
||||
|
||||
ifeq ($(CONFIG_CRYPTO_AES),y)
|
||||
CHIP_CSRCS += sam_aes.c
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_ARCH_CHIP_SAM4CM),y)
|
||||
CHIP_CSRCS += sam4cm_supc.c
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user