blob: 61ad8b8e4da1354495b973048dbfb29e54e82cad (
plain) (
tree)
|
|
ifndef CRYPTECH_ROOT
CRYPTECH_ROOT := $(abspath ../../../..)
endif
TFMDIR := $(abspath ../../libtfm)
vpath %.c ${CRYPTECH_ROOT}/sw/libhal/tests
vpath %.h ${CRYPTECH_ROOT}/sw/libhal/tests:${LIBTFM_DIR}
include ${CRYPTECH_ROOT}/sw/libhal/tests/Makefile
|