summaryrefslogtreecommitdiff
path: root/cesar/test_general/station/maximus/Makefile
blob: 120edede65aed73b57df1454a8be8770fb698463 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
BASE = ../../..

MAXIMUS_MODULES = host

ECOS = y

INCLUDES = test_general/station/common/override/

TARGET_PROGRAMS= sta_maximus

sta_maximus_SOURCES =
sta_maximus_MODULES = lib mac/common mac cl hle interface cp hal station \
		 $(SPARC_MODULES) \
		 $(MAXIMUS_MODULES) \
		 test_general/station/fcall \
		 cp/beacon/stub \
		 test_general/station/common ce
mac_common_MODULES_SOURCES = tonemask.c
cp_cco_bw_MODULE_SOURCES = bw_lib_alloc.c

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

$(call src2obj,src/region_stub.c,target): $(BASE)/cp/fsm/fsm.h