mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-26 08:51:08 +00:00
5322714183
Instead of checking the target platform in the mk file use the common pattern of providing a mk file for each platform. Fixes #1236.
5 lines
136 B
Makefile
5 lines
136 B
Makefile
include $(REP_DIR)/lib/mk/libssl.inc
|
|
|
|
INC_DIR += $(REP_DIR)/src/lib/openssl/x86_32
|
|
INC_DIR += $(LIBSSL_PORT_DIR)/src/lib/openssl/x86_32
|