From aa90cb43b370ee219e1e14ad774b662a53178727 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Sat, 25 Jun 2016 00:22:11 -0400 Subject: Finish unwinding subrepository hairball: VPATH setup. --- libraries/libhal/tests/GNUmakefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 libraries/libhal/tests/GNUmakefile (limited to 'libraries/libhal/tests') diff --git a/libraries/libhal/tests/GNUmakefile b/libraries/libhal/tests/GNUmakefile new file mode 100644 index 0000000..1d7449a --- /dev/null +++ b/libraries/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 -- cgit v1.2.3