summaryrefslogtreecommitdiff
path: root/cesar/cp2/secu/test/host-Makefile
blob: 507a03fe114eca6e0712865bcb5b40bceab8dddf (plain)
1
2
3
4
5
6
7
8
9
10
BASE = ../../..

HOST_PROGRAMS =  test-sha2

test-sha2_SOURCES = test-sha2.c
test-sha2_MODULES = lib cp2/secu

VARIANT = host

include $(BASE)/common/make/top.mk