summaryrefslogtreecommitdiff
path: root/cesar/ce/rx/bitloading/test/fsm-Makefile
blob: 1307d643b79709d90bd13abfcf3416ecefa79ebb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Variant is host.
VARIANT = host

# Include common defines.
include common-define.mk

# List of program to build.
HOST_PROGRAMS = test_ce_fsm

test_ce_fsm_SOURCES = scenario_actions.c test_fsm.c scenario_events.c \
		      cp_sta_mgr_stub.c ce_rx_bl_stub.c ecos_stub.c
test_ce_fsm_MODULES = $(ce_rx_bl_modules_common) lib/scenario

ce_rx_bitloading_MODULE_SOURCES = transition.c
mac_common_MODULE_SOURCES =

INCLUDES += ce/rx/bitloading/test ce/rx/bitloading/test/override

# Include base makefile.
include $(BASE)/common/make/top.mk

# Include some additional rules.
include common-rule.mk