summaryrefslogtreecommitdiff
path: root/cesar/cp2/cl_interf/test/Makefile
blob: 42e29806f04d9ffc2accbd47ed02e029bda4e9d4 (plain)
1
2
3
4
5
6
7
8
9
10
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/msg

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