diff options
Diffstat (limited to 'libhal/tests')
-rw-r--r-- | libhal/tests/GNUmakefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libhal/tests/GNUmakefile b/libhal/tests/GNUmakefile new file mode 100644 index 0000000..e158ecf --- /dev/null +++ b/libhal/tests/GNUmakefile @@ -0,0 +1,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 |