blob: 75534270296a12b47549f53dd8dd28cbe61f37fa (
plain) (
blame)
1
2
3
4
5
6
7
8
9
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
|