aboutsummaryrefslogtreecommitdiff
path: root/libraries/libhal/tests/GNUmakefile
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2016-06-25 00:22:11 -0400
committerRob Austein <sra@hactrn.net>2016-06-25 00:22:11 -0400
commitaa90cb43b370ee219e1e14ad774b662a53178727 (patch)
tree7f2452ccf228ff39e14d612613ec8fbd22fe11e2 /libraries/libhal/tests/GNUmakefile
parent41d765504350626b9c886c0e92f768184b457a54 (diff)
Finish unwinding subrepository hairball: VPATH setup.
Diffstat (limited to 'libraries/libhal/tests/GNUmakefile')
-rw-r--r--libraries/libhal/tests/GNUmakefile10
1 files changed, 10 insertions, 0 deletions
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