mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 05:37:54 +00:00
dea6609612
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.
13 lines
316 B
Makefile
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)
|