aboutsummaryrefslogtreecommitdiff
path: root/test/Makefile.inc
blob: 72bbebd8c8f575bcdafdba928cb39e94f3b3e63c (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

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

LDFLAGS += -lrt
LDFLAGS += $(EXTRA_CFLAGS)