summaryrefslogtreecommitdiff
path: root/cesar/test_general/dataplane/sparc-Makefile
blob: 030e8d3badd955220cd12cfdbe15568e9e9a8315 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
BASE = ../..

ECOS = y

TARGET = sparc

TARGET_OPTIMIZE = -O2

TARGET_PROGRAMS = test_dataplane
test_dataplane_SOURCES = test_dataplane.c trace_dump.c
test_dataplane_MODULES = lib hal mac cl hle \
			 host interface mac/ca/test/fcall

VARIANT = sparc
include $(BASE)/common/make/top.mk