genode/repos/libports/lib/import/import-libcrypto.mk
Josef Söntgen dea6609612 import-openssl.mk: provide file named after api
For now this import file is solely there to satisfy the mechansim
in Goa that collects and incorporates import files for used APIs.

Issue genodelabs/goa#81.
2024-04-12 12:57:28 +02:00

13 lines
316 B
Makefile

LIB_OPENSSL_DIR = $(call select_from_repositories,src/lib/openssl)
OPENSSL_DIR := $(call select_from_ports,openssl)
ARCH = $(filter 32bit 64bit,$(SPECS))
INC_DIR += $(OPENSSL_DIR)/include
INC_DIR += $(LIB_OPENSSL_DIR)/spec/$(ARCH)
LIBS += libc
include $(call select_from_repositories,lib/import/import-libc.mk)