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