mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 14:13:09 +00:00
1f1b7f7158
Instead of checking the target platform in the mk file use the common pattern of providing a mk file for each platform. Fixes #1236.
7 lines
175 B
Makefile
7 lines
175 B
Makefile
# has to be the first path because it includes openssl/opensslconf.h
|
|
INC_DIR += $(REP_DIR)/src/lib/openssl/arm
|
|
|
|
CC_OPTS += -DL_ENDIAN
|
|
|
|
include $(REP_DIR)/lib/mk/libcrypto.inc
|