summaryrefslogtreecommitdiff
path: root/test_general/integration/cl-sar-pbproc/Makefile
blob: e4a1d029b99e8069e9a8d14f636f90296fde7d3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
BASE = ../../..

ECOS = y

INCLUDES = test_general/station/overide/

TARGET_PROGRAMS = cl-sar-pbproc 

cl-sar-pbproc_SOURCES = station.c 
cl-sar-pbproc_MODULES = hal/phy/maximus lib mac host cl


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