Files
mars-matrixssl/common.mk
Janne Johansson 69b5f2c6c3 MatrixSSL 4.5.1
2022-07-29 12:30:12 +03:00

17 lines
464 B
Makefile

##
# Common Makefile definitions.
# @version $Format:%h%d$
# Copyright (c) 2013-2017 Rambus Inc. All Rights Reserved.
#
#-------------------------------------------------------------------------------
# Find core library.
-include corepath.mk
ifeq '$(CORE_PATH)' ''
CORE_PATH:=$(patsubst %/,%/core,$(dir $(lastword $(MAKEFILE_LIST))))
endif
# The common.mk is replaced by equivalent functionality within core.
include $(CORE_PATH)/makefiles/detect-and-rules.mk