summaryrefslogtreecommitdiff
path: root/cesar/cp2/cl_interf/test/Makefile
blob: 1589ec877006ac7fa31334497ec803d3f0012cde (plain)
1
2
3
4
5
6
7
8
9
10
11
BASE =  ../../..

ECOS = y

TARGET_PROGRAMS = test-cl-interf

test-cl-interf_SOURCES = test-cl-interf.c cl_stub.c
test-cl-interf_MODULES = lib cp2/cl_interf cp2/sta/mgr mac/common \
    cp2/secu

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