summaryrefslogtreecommitdiff
path: root/cesar/test_general/station/maximus/Makefile
blob: 363a11ed7819b3e03c3b8e0c83953c46adb50586 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
BASE = ../../..

ECOS = y

INCLUDES = test_general/station/common/override/

TARGET_PROGRAMS= sta_maximus

sta_maximus_SOURCES =
sta_maximus_MODULES = lib mac/common mac cl interface cp hal station host \
		      cp/av bsu bufmgr \
		      test_general/station/fcall \
		      test_general/station/common ce/stub

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

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