Files
xiuos/APP_Framework/Framework/security/Makefile
2022-08-19 21:37:40 -07:00

10 lines
143 B
Makefile
Executable File

ifeq ($(CONFIG_CRYPTO), y)
SRC_DIR := crypto
endif
ifeq ($(CONFIG_MBEDTLS), y)
SRC_DIR := mbedtls
endif
include $(KERNEL_ROOT)/compiler.mk