mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-22 06:57:51 +00:00
c0f8022a78
Issue #3905
10 lines
218 B
Makefile
10 lines
218 B
Makefile
LIBSSL_PORT_DIR = $(call select_from_ports,openssl)
|
|
|
|
LIBS += libcrypto
|
|
SRC_CC += aes_cbc_4k.cc
|
|
|
|
INC_DIR += $(REP_DIR)/src/lib/aes_cbc_4k
|
|
INC_DIR += $(LIBSSL_PORT_DIR)/include
|
|
|
|
vpath % $(REP_DIR)/src/lib/aes_cbc_4k
|