blob: e158ecfc0e84bf722650522a8cb6187822524742 (
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/GNUmakefile
|