summaryrefslogtreecommitdiff
path: root/cp/beacon/test/central_beacon/Makefile
blob: 4d964fcdf50d7bb96f40fd79726fcbfe533757ee (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
44
45
46
47
48
49
50
51
52
53
BASE = ../../../..

ECOS=y

INCLUDES = cp/beacon/test/overide

TARGET_PROGRAMS = ac_line estimation central_beacon usta bentry_test cco_request_discover

ac_line_SOURCES = ac_line_test.c phy_stub.c pbproc_stub.c ca_stub.c \
		 cl_stub.c sar_stub.c ipmbox_stub.c hle_stub.c
ac_line_MODULES = lib mac/common cp/beacon hal/timer hal/leon/unit-test \
		  interface interface/sniffer \
		 cp/beacon/test/overide/cp/station \
		 cp/beacon/test/overide/cp/cco 

estimation_SOURCES = bts_bto_bp.c phy_stub.c pbproc_stub.c ca_stub.c \
		 cl_stub.c sar_stub.c ipmbox_stub.c hle_stub.c
estimation_MODULES = lib mac/common cp/beacon hal/timer hal/leon/unit-test \
		     interface interface/sniffer \
 		     cp/beacon/test/overide/cp/station \
 		     cp/beacon/test/overide/cp/cco
 
central_beacon_SOURCES = central_beacon.c phy_stub.c cl_stub.c sar_stub.c ipmbox_stub.c hle_stub.c
central_beacon_MODULES = lib mac/common cp/beacon hal/timer hal/leon/unit-test \
		interface interface/sniffer \
 		cp/beacon/test/overide/cp/station \
 		cp/beacon/test/overide/cp/cco
 
usta_SOURCES = usta.c phy_stub.c pbproc_stub.c cl_stub.c sar_stub.c ipmbox_stub.c hle_stub.c
usta_MODULES = lib mac/common cp/beacon hal/timer hal/leon/unit-test \
		interface interface/sniffer \
 		cp/beacon/test/overide/cp/station \
 		cp/beacon/test/overide/cp/cco

bentry_test_SOURCES = bentry_test.c phy_stub.c cl_stub.c sar_stub.c ipmbox_stub.c hle_stub.c
bentry_test_MODULES = lib mac/common cp/beacon hal/timer hal/leon/unit-test \
		interface interface/sniffer \
 		cp/beacon/test/overide/cp/station \
 		cp/beacon/test/overide/cp/cco


cco_request_discover_SOURCES = cco_request_discover_beacon.c phy_stub.c \
		 cl_stub.c sar_stub.c ipmbox_stub.c hle_stub.c
cco_request_discover_MODULES = lib mac/common cp/beacon hal/timer \
		hal/leon/unit-test \
		interface interface/sniffer \
 		cp/beacon/test/overide/cp/station \
 		cp/beacon/test/overide/cp/cco


cp_beacon_MODULE_SOURCES = beacons.c bentry.c 

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