summaryrefslogtreecommitdiff
path: root/cesar/projects/eoc/slave-Makefile
blob: 290890b7e75d60317ecf4ef9c7a67ae3286cd086 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
BASE = ../..
ECOS = y
TARGET = sparc
VARIANT = slave
TARGET_OPTIMIZE = -Os

TARGET_PROGRAMS = slave

slave_SOURCES = eoc.c
slave_MODULES = lib mac cl hle bsu interface hal station host hle/tools\
		  ce cp/beacon cp/cco/bw cp/cco/region cp/cl_interf \
          cp/msg cp/fsm cp/secu cp/sta/core \
          cp/sta/mgr cp/sta/action \
		  cp/eoc/sta/action cp/eoc/cco/bw cp/eoc/sta/mgr cp

cp_sta_mgr_MODULE_SOURCES = net.c sta.c
cp_sta_action_MODULE_SOURCES = bridge.c vs.c misc.c
cp_MODULE_MODULES =

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

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