summaryrefslogtreecommitdiff
path: root/test_general/integration/interface-dp/Makefile
blob: 92081210817380abde4cbc7dde0b586f06125028 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
BASE = ../../..

ECOS = y

TARGET_PROGRAMS = station 

station_SOURCES = station.c
station_MODULES = mac/common mac/ca mac/pbproc mac/sar cl hle \
     lib hal/phy/maximus host hal/hle/maximus \
     interface interface/sniffer

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