summaryrefslogtreecommitdiff
path: root/cp/beacon/test/central_beacon/Makefile
blob: e8e7cde17bfd53b21e26145d56f5c6fd272d1fb0 (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
BASE = ../../../..

ECOS=y

INCLUDES = cp/beacon/test/central_beacon/overide

TARGET_PROGRAMS = ac_line estimation central_beacon

ac_line_SOURCES = ac_line_test.c phy_stub.c
ac_line_MODULES = lib mac/common cp/beacon \
		 cp/beacon/test/central_beacon/overide/cp/station \
		 cp/beacon/test/central_beacon/overide/cp/secu

estimation_SOURCES = bts_bto_bp.c phy_stub.c
estimation_MODULES = lib mac/common cp/beacon \
		     cp/beacon/test/central_beacon/overide/cp/station \
		     cp/beacon/test/central_beacon/overide/cp/secu

central_beacon_SOURCES = central_beacon.c phy_stub.c
central_beacon_MODULES = lib mac/common cp/beacon \
		cp/beacon/test/central_beacon/overide/cp/station \
		cp/beacon/test/central_beacon/overide/cp/secu

cp_beacon_MODULE_SOURCES = beacons.c bentry.c

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