summaryrefslogtreecommitdiff
path: root/cesar/ce/rx/cp/test/Makefile
blob: ecec285c2effbd57af54b55856025c2797acc2fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Base of the project.
BASE = ../../../..

# Enable ECos.
ECOS = y

# Common includes.
INCLUDES = ce/rx/cp/test/override

# For host program.
TARGET_PROGRAMS = test_mme

test_mme_SOURCES = test_mme.c stub.c
test_mme_MODULES = lib mac/common ce/rx/cp ce/common cp/msg/stub

# Include main Makefile.
include $(BASE)/common/make/top.mk