blob: 4e443627cc4a02bf288e83ef88506e7e484a351b (
plain) (
tree)
|
|
ifndef CRYPTECH_ROOT
CRYPTECH_ROOT := $(abspath ../../../..)
endif
LIBHAL_SRC ?= ${CRYPTECH_ROOT}/sw/libhal
LIBHAL_BLD ?= $(abspath ..)
LIBTFM_SRC ?= ${CRYPTECH_ROOT}/sw/thirdparty/libtfm
LIBTFM_BLD ?= $(abspath ../../libtfm)
vpath %.c ${LIBHAL_SRC}/tests
vpath %.h ${LIBHAL_SRC}/tests:${LIBTFM_BLD}
include ${LIBHAL_SRC}/tests/Makefile
|