aboutsummaryrefslogtreecommitdiff
path: root/libraries/libhal/tests
diff options
context:
space:
mode:
authorPaul Selkirk <paul@psgd.org>2016-07-06 14:46:26 -0400
committerPaul Selkirk <paul@psgd.org>2016-07-06 14:46:26 -0400
commit2864813c35d2ce295468775b6091bda9ef2245a1 (patch)
tree58799f4899317ab994d77535546e8a7d56c2dee0 /libraries/libhal/tests
parent833802c921a53d1ee6a71049943edaebd1466d1b (diff)
Simplify library Makefiles by using symbols defined in top-level Makefile, rather than re-deriving them.
Diffstat (limited to 'libraries/libhal/tests')
-rw-r--r--libraries/libhal/tests/Makefile12
1 files changed, 3 insertions, 9 deletions
diff --git a/libraries/libhal/tests/Makefile b/libraries/libhal/tests/Makefile
index 7553427..e148174 100644
--- a/libraries/libhal/tests/Makefile
+++ b/libraries/libhal/tests/Makefile
@@ -1,10 +1,4 @@
-ifndef CRYPTECH_ROOT
- CRYPTECH_ROOT := $(abspath ../../../../..)
-endif
+vpath %.c ${LIBHAL_SRC}/tests
+vpath %.h ${LIBHAL_SRC}/tests
-REPO := ${CRYPTECH_ROOT}/sw/libhal
-
-vpath %.c ${REPO}/tests
-vpath %.h ${REPO}/tests
-
-include ${REPO}/tests/Makefile
+include ${LIBHAL_SRC}/tests/Makefile