summaryrefslogtreecommitdiff
path: root/cesar/maximus/python/utest/stationtest/Makefile
blob: 6cdc2b5bb2c0210e5eeaa82f889f52f0f3f31c23 (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
BASE = ../../../..

ECOS = y

TARGET_PROGRAMS = exception hello_world one_thread  threaddelay stationtest \
    test_cb test_ether test_false_alarm test_lib_cesar test_send test_station \
    test_tx_rx test_log

exception_SOURCES = exception.c
exception_MODULES = lib host

hello_world_SOURCES = hello_world.c
hello_world_MODULES = lib host

one_thread_SOURCES = one_thread.c
one_thread_MODULES = lib host

threaddelay_SOURCES = threaddelay.c
threaddelay_MODULES = lib host

mac_common_MODULE_SOURCES = tonemask.c tonemap.c
stationtest_SOURCES = main_example.c
stationtest_MODULES = lib host hal/phy/maximus mac/common

test_cb_SOURCES = test_cb.c
test_cb_MODULES = lib host

test_ether_SOURCES = test_ether.c
test_ether_MODULES = lib host hal/ipmbox/maximus

test_false_alarm_SOURCES = test_false_alarm.c
test_false_alarm_MODULES = lib host hal/phy/maximus

cp_beacon_MODULE_SOURCES = beacons.c bentry.c
test_lib_cesar_SOURCES = test_lib_cesar.c
test_lib_cesar_MODULES = lib host hal/ipmbox/maximus hal/phy/maximus/dur/maximus

test_send_SOURCES = test_send.c
test_send_MODULES = lib host hal/phy/maximus

cp_beacon_MODULE_SOURCES = beacons.c bentry.c
test_station_SOURCES = test_station.c
test_station_MODULES = lib host hal/ipmbox/maximus hal/phy/maximus/dur/maximus

test_tx_rx_SOURCES = test_tx_rx.c
test_tx_rx_MODULES = lib host hal/phy/maximus

cp_beacon_MODULE_SOURCES = beacons.c bentry.c
test_log_SOURCES = test_log.c
test_log_MODULES = lib host hal/ipmbox/maximus hal/phy/maximus/dur/maximus

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