summaryrefslogtreecommitdiff
path: root/cesar/mac/pbproc/test/maximus/Makefile
blob: 2abbf462c81b0e44a5733135d29eb2d84cbd9eae (plain)
1
2
3
4
5
6
7
8
9
10
BASE = ../../../..

ECOS = y

TARGET_PROGRAMS = test_pbproc
test_pbproc_SOURCES = test_pbproc.c get_seg.c add_seg.c prepare_beacon.c \
                      add_beacon_period.c set_tonemap.c
test_pbproc_MODULES = hal/phy/maximus host lib mac/pbproc mac/ca mac/common

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