mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2024-12-29 00:17:49 +00:00
7b9934dcdd
Also check if p256-m is enabled in the config before including the contents of p256-m.c Signed-off-by: Aditya Deshpande <aditya.deshpande@arm.com>
4 lines
145 B
Makefile
4 lines
145 B
Makefile
THIRDPARTY_DIR = $(dir $(word 2, $(MAKEFILE_LIST)))
|
|
include $(THIRDPARTY_DIR)/everest/Makefile.inc
|
|
include $(THIRDPARTY_DIR)/p256-m/Makefile.inc
|