summaryrefslogtreecommitdiff
path: root/cesar/cp/av/beacon/test/utest/Makefile
blob: 95f9b2f738062326552bcf2a07db811c535b091b (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
BASE =  ../../../../..
INCLUDES = cp/av/beacon/test/utest/override
ECOS = y

TARGET_PROGRAMS = test_beacon test_discover_process beacon
test_beacon_SOURCES = test_beacon.c stubs.c
test_beacon_MODULES = bsu/beacon lib cp/av/beacon cp/av/sta/mgr mac/common \
		cp/av/cco/bw cp/av/cco/region \
		cp/av/fsm/stub cp/av/cco/action/stub hal/timer/stub \
		cp/sta/core/stub mac/sar/stub cl/stub \
		interface/stub bsu/stub cp/msg/stub mac/ca/stub \
		hal/phy/spoc/stub
test_beacon_CONFIG_MODULES = cp

test_discover_process_SOURCES = discover.c stubs.c
test_discover_process_MODULES = lib cp/av/beacon mac/common cp/av/sta/mgr \
		bsu/beacon cp/av/cco/region \
		cp/av/fsm/stub cp/av/cco/action/stub \
		hal/timer/stub cp/sta/core/stub mac/sar/stub \
		cl/stub cp/av/cco/bw interface/stub bsu/stub \
		cp/msg/stub
test_discover_process_CONFIG_MODULES = cp

beacon_SOURCES = beacon.c stubs.c
beacon_MODULES = bsu/beacon lib cp/av/beacon cp/av/sta/mgr mac/common \
		cp/av/cco/region cp/av/cco/bw \
		cp/av/fsm/stub cp/av/cco/action/stub hal/timer/stub \
		cp/sta/core/stub mac/sar/stub cl/stub \
		interface/stub bsu/stub cp/msg/stub hal/phy/spoc/stub \
		mac/ca/stub
beacon_CONFIG_MODULES = cp

mac_common_MODULE_SOURCES = config.c mfs.c store.c tonemap.c tonemask.c \
		sta.c interval.c

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