From 6c7ea9977c45116cc51aba7a4486059926d01113 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Sun, 26 Jun 2016 01:04:05 -0400 Subject: More GNUmakefile cleanup. --- libhal/tests/GNUmakefile | 10 ---------- libhal/tests/Makefile | 10 ++++++++++ 2 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 libhal/tests/GNUmakefile create mode 100644 libhal/tests/Makefile (limited to 'libhal/tests') diff --git a/libhal/tests/GNUmakefile b/libhal/tests/GNUmakefile deleted file mode 100644 index e158ecf..0000000 --- a/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/libhal/tests/Makefile b/libhal/tests/Makefile new file mode 100644 index 0000000..61ad8b8 --- /dev/null +++ b/libhal/tests/Makefile @@ -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/Makefile -- cgit v1.2.3