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/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 libraries/libhal/Makefile (limited to 'libraries/libhal/Makefile') diff --git a/libraries/libhal/Makefile b/libraries/libhal/Makefile new file mode 100644 index 0000000..fbc3473 --- /dev/null +++ b/libraries/libhal/Makefile @@ -0,0 +1,10 @@ +ifndef CRYPTECH_ROOT + CRYPTECH_ROOT := $(abspath ../../../..) +endif + +REPO := ${CRYPTECH_ROOT}/sw/libhal + +vpath %.c ${REPO} +vpath %.h ${REPO} + +include ${REPO}/Makefile -- cgit v1.2.3