aboutsummaryrefslogblamecommitdiff
path: root/libhal/tests/Makefile
blob: 4e443627cc4a02bf288e83ef88506e7e484a351b (plain) (tree)
1
2
3
4
5
6
7
8
9



                                         

                                             
 

                                                        
 



                                           
ifndef CRYPTECH_ROOT
  CRYPTECH_ROOT := $(abspath ../../../..)
endif

LIBHAL_SRC	?= ${CRYPTECH_ROOT}/sw/libhal
LIBHAL_BLD	?= $(abspath ..)

LIBTFM_SRC	?= ${CRYPTECH_ROOT}/sw/thirdparty/libtfm
LIBTFM_BLD	?= $(abspath ../../libtfm)

vpath %.c ${LIBHAL_SRC}/tests
vpath %.h ${LIBHAL_SRC}/tests:${LIBTFM_BLD}

include ${LIBHAL_SRC}/tests/Makefile