summaryrefslogtreecommitdiff
path: root/cesar/test_general/station/compliance/Makefile
blob: 5cdeb48d0c7605192d4f92b1467828015cd7b3b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
BASE = ../../..
ECOS = y

TARGET_PROGRAMS= station

station_SOURCES =
station_MODULES = lib mac/common mac cl interface cp hal station \
		  host ce cp/av bsu bufmgr \
		  test_general/station/fcall \
		  test_general/station/common

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