summaryrefslogtreecommitdiff
path: root/cesar/test_general/maximus/integration/cp_beacon-dp/Makefile
blob: 9a86c0131b5bb1e0b88e31c68b763a908f527f12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
BASE = ../../../..

ECOS = y

INCLUDES = test_general/maximus/station/overide/ 

TARGET_PROGRAMS = cp_beacon 

cp_beacon_SOURCES = station.c
cp_beacon_MODULES = mac cl hle cp/beacon hal lib host interface \
		    test_general/maximus/station \
		    test_general/maximus/station/overide/cp/cco \
		    test_general/maximus/station/overide/cp/secu \
		    test_general/maximus/station/overide/cp/station

cp_beacon_MODULE_SOURCES = beacons.c bentry.c 

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