summaryrefslogtreecommitdiff
path: root/cesar/test_general/station/compliance/Makefile.mk
blob: 1697afda6205fe1684807e20a383ddf435d7403b (plain)
1
2
3
4
5
6
7
8
9
10
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 \
		  $(BOARD_MODULES)

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