mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-08-01 08:47:49 +00:00
Also check if p256-m is enabled in the config before including the contents of p256-m.c Signed-off-by: Aditya Deshpande <[email protected]>
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
|