From e3db117ae05a248773abe4b7ec2ef95ed7203b8e Mon Sep 17 00:00:00 2001 From: Paul Selkirk Date: Sat, 25 Jun 2016 15:13:43 -0400 Subject: Split LIB*_DIR into _SRC and _BLD. Also rename all instances of GNUmakefile to Makefile. --- libraries/libhal/tests/GNUmakefile | 10 ---------- libraries/libhal/tests/Makefile | 10 ++++++++++ 2 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 libraries/libhal/tests/GNUmakefile create mode 100644 libraries/libhal/tests/Makefile (limited to 'libraries/libhal/tests') diff --git a/libraries/libhal/tests/GNUmakefile b/libraries/libhal/tests/GNUmakefile deleted file mode 100644 index 1d7449a..0000000 --- a/libraries/libhal/tests/GNUmakefile +++ /dev/null @@ -1,10 +0,0 @@ -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 diff --git a/libraries/libhal/tests/Makefile b/libraries/libhal/tests/Makefile new file mode 100644 index 0000000..7553427 --- /dev/null +++ b/libraries/libhal/tests/Makefile @@ -0,0 +1,10 @@ +ifndef CRYPTECH_ROOT + CRYPTECH_ROOT := $(abspath ../../../../..) +endif + +REPO := ${CRYPTECH_ROOT}/sw/libhal + +vpath %.c ${REPO}/tests +vpath %.h ${REPO}/tests + +include ${REPO}/tests/Makefile -- cgit v1.2.3