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