genode/repos/libports/lib/mk/x86_32/libcrypto.mk
Josef Söntgen 1f1b7f7158 libcrypto: use platform specific mk files
Instead of checking the target platform in the mk file use the common
pattern of providing a mk file for each platform.

Fixes #1236.
2014-08-22 16:16:41 +02:00

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