summaryrefslogtreecommitdiff
path: root/cesar/cp2/beacon/test/Makefile
blob: 5a17cecfa00471142d3a1fbbb12445f7db51af0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
BASE =  ../../..

INCLUDES = cp2/beacon/test/overide

ECOS = y

TARGET_PROGRAMS = beacon bentry cco_send_cb sta_recv_cb default_sched \
		  discover-process

beacon_SOURCES = beacon.c hal_timer_stub.c cl_stub.c bw_stub.c region_stub.c \
		 ca_stub.c interface_stub.c ntb_stub.c core_stub.c fsm_stub.c 
beacon_MODULES = lib cp2/beacon cp2/sta/mgr mac/common cp2/cco/bw \
		 cp2/pwl

bentry_SOURCES = bentry.c region_stub.c bw_stub.c cl_stub.c ntb_stub.c \
		 core_stub.c interface_stub.c fsm_stub.c
bentry_MODULES = lib cp2/beacon cp2/sta/mgr mac/common cp2/cco/bw

cco_send_cb_SOURCES = cco_send_central_beacon.c bw_stub.c region_stub.c \
		      cl_stub.c hal_timer_stub.c ntb_stub.c core_stub.c \
		      fsm_stub.c
cco_send_cb_MODULES = lib cp2/beacon cp2/sta/mgr mac/common cp2/cco/bw \
		      cp2/pwl

sta_recv_cb_SOURCES = sta_receive_central_beacon.c bw_stub.c region_stub.c \
		      cl_stub.c hal_timer_stub.c ntb_stub.c core_stub.c \
		      fsm_stub.c
sta_recv_cb_MODULES = lib cp2/beacon cp2/sta/mgr mac/common cp2/cco/bw \
		      cp2/pwl

default_sched_SOURCES= default-sched.c bw_stub.c region_stub.c \
		      cl_stub.c hal_timer_stub.c ntb_stub.c core_stub.c \
		      fsm_stub.c
default_sched_MODULES = lib cp2/beacon cp2/sta/mgr mac/common cp2/cco/bw \
		      cp2/pwl

discover-process_SOURCES= discover.c core_stub.c cl_stub.c fsm_stub.c
discover-process_MODULES= lib cp2/beacon mac/common cp2/sta/mgr cp2/pwl 


cp2_cco_bw_MODULE_SOURCES = bw_lib_alloc.c

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