summaryrefslogtreecommitdiff
path: root/cesar/cp/test_maximus/Makefile
blob: 548adaf2609c2904f4e7cafd6e33e389ad4523eb (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

TARGET_PROGRAMS = testCPMaximus
testCPMaximus_SOURCES = cp_test_maximus.c
testCPMaximus_MODULES = lib                         \
                        lib/visual_state_api        \
                        cp/interf                   \
                        cp/msg                      \
                        cp/station                  \
                        cp/secu                     \
                        cp/vstate_fsm               \
                        cp/beacon                   \
                        cl                          \
                        mac/sar                     \
                        mac/common                  \
                        mac/pbproc                  \
                        mac/ca                      \
                        hal/phy/maximus             \
                        hal/hle/maximus             \
                        host                        \
                        hle                         \
                        test_general/station
                        
include $(BASE)/common/make/top.mk