mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-25 16:31:06 +00:00
7 lines
178 B
Makefile
7 lines
178 B
Makefile
|
# has to be the first path because it includes openssl/opensslconf.h
|
||
|
INC_DIR += $(REP_DIR)/src/lib/openssl/x86_32
|
||
|
|
||
|
CC_OPTS += -DL_ENDIAN
|
||
|
|
||
|
include $(REP_DIR)/lib/mk/libcrypto.inc
|