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