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

ECOS = y

TARGET = sparc

TARGET_OPTIMIZE = -Os

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