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

TARGET = sparc
ECOS = y

TARGET_PROGRAMS= station

station_SOURCES =
station_MODULES = lib mac/common mac cl hle interface cp hal station \
		  hal/arch hal/phy \
		  test_general/station/fcall \
		  cp/beacon/stub \
		  test_general/station/common host ce/stub
mac_common_MODULES_SOURCES = tonemask.c

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

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