aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/linuxvdso/original/ya.make
blob: 97189fdc5e9d0857c4e8845eb116164f26983178 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
LIBRARY()

VERSION(2.0)

LICENSE(BSD-3-Clause)

LICENSE_TEXTS(.yandex_meta/licenses.list.txt)

NO_UTIL()

NO_RUNTIME()

NO_COMPILER_WARNINGS()

SRCS(
    vdso_support.cc
    elf_mem_image.cc
)

END()