• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright (c) 2019 - Linaro Limited. All rights reserved.
2# SPDX-License-Identifier: GPL-2.0-or-later
3
4top_srcdir		?= ../../../..
5
6LTPLIBS = ltpvdso
7
8include $(top_srcdir)/include/mk/testcases.mk
9
10LDLIBS+=-lrt
11clock_gettime04: LTPLDLIBS = -lltpvdso
12
13include $(top_srcdir)/include/mk/generic_leaf_target.mk
14