diff options
author | orivej <orivej@yandex-team.ru> | 2022-02-10 16:44:49 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:44:49 +0300 |
commit | 718c552901d703c502ccbefdfc3c9028d608b947 (patch) | |
tree | 46534a98bbefcd7b1f3faa5b52c138ab27db75b7 /contrib/libs/linux-headers/ya.make | |
parent | e9656aae26e0358d5378e5b63dcac5c8dbe0e4d0 (diff) | |
download | ydb-718c552901d703c502ccbefdfc3c9028d608b947.tar.gz |
Restoring authorship annotation for <orivej@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/libs/linux-headers/ya.make')
-rw-r--r-- | contrib/libs/linux-headers/ya.make | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/contrib/libs/linux-headers/ya.make b/contrib/libs/linux-headers/ya.make index ebeea5d162..ace74bc4d8 100644 --- a/contrib/libs/linux-headers/ya.make +++ b/contrib/libs/linux-headers/ya.make @@ -1,16 +1,16 @@ -# Generated by devtools/yamaker from nixpkgs 980c4c3c2f664ccc5002f7fd6e08059cf1f00e75. - -LIBRARY() - +# Generated by devtools/yamaker from nixpkgs 980c4c3c2f664ccc5002f7fd6e08059cf1f00e75. + +LIBRARY() + OWNER( orivej g:cpp-contrib ) - -VERSION(5.7) - -ORIGINAL_SOURCE(mirror://kernel/linux/kernel/v5.x/linux-5.7.tar.xz) - + +VERSION(5.7) + +ORIGINAL_SOURCE(mirror://kernel/linux/kernel/v5.x/linux-5.7.tar.xz) + LICENSE( "(GPL-2.0-only WITH Linux-syscall-note OR BSD-2-Clause)" AND "(GPL-2.0-only WITH Linux-syscall-note OR BSD-3-Clause)" AND @@ -34,20 +34,20 @@ LICENSE( NTP AND Public-Domain ) - + LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -DISABLE(NEED_PLATFORM_PEERDIRS) - -DISABLE(WITH_VALGRIND) +DISABLE(NEED_PLATFORM_PEERDIRS) +DISABLE(WITH_VALGRIND) + DISABLE(OPENSOURCE_EXPORT) -ADDINCL( - GLOBAL contrib/libs/linux-headers - GLOBAL contrib/libs/linux-headers/_nf -) - -NO_PLATFORM() - -END() +ADDINCL( + GLOBAL contrib/libs/linux-headers + GLOBAL contrib/libs/linux-headers/_nf +) + +NO_PLATFORM() + +END() |