diff options
Diffstat (limited to 'libhal/tests/GNUmakefile')
-rw-r--r-- | libhal/tests/GNUmakefile | 10 |
1 files changed, 0 insertions, 10 deletions
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 |