aboutsummaryrefslogtreecommitdiff
path: root/test/Makefile.inc
blob: 63feecf3b2916cf813f02da33b371edb1a60e61e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Copyright (c) 2013, Linaro Limited
# All rights reserved.
#
# SPDX-License-Identifier:	BSD-3-Clause

ODP_TEST_ROOT = $(ODP_ROOT)/test

EXTRA_CFLAGS += -I$(DESTDIR)/include
LIB = -L$(DESTDIR)/lib -lodp

LDFLAGS += -lrt
#LDFLAGS += $(CFLAGS)