blob: e158ecfc0e84bf722650522a8cb6187822524742 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
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
|