summaryrefslogtreecommitdiff
path: root/common/make/test/project_synth/Makefile
blob: cdc62ac448812196dd700cf7d94bdca3a394c499 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
BASE = ../../../..

ECOS = y

# This is an extra include.
INCLUDES = common/make/test

TARGET_PROGRAMS = test_ecos_synth
test_ecos_synth_SOURCES = test_make.c
test_ecos_synth_MODULES = lib common/make/test/modules/a

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