10 lines
143 B
Makefile
Executable File
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
|