diff options
author | alexv-smirnov <alex@ydb.tech> | 2023-03-28 22:25:04 +0300 |
---|---|---|
committer | alexv-smirnov <alex@ydb.tech> | 2023-03-28 22:25:04 +0300 |
commit | b8a17f9b1c166d2e9a26b99348a4c29d972caf55 (patch) | |
tree | 1a2d881f1a9452b9c6103dbf69d73da7624e98e5 /contrib/libs/linux-headers | |
parent | 25659221f18577ea38430a8ec3349836f5626b6a (diff) | |
download | ydb-b8a17f9b1c166d2e9a26b99348a4c29d972caf55.tar.gz |
Revert ymake build from ydb oss export
Diffstat (limited to 'contrib/libs/linux-headers')
-rw-r--r-- | contrib/libs/linux-headers/ya.make | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/contrib/libs/linux-headers/ya.make b/contrib/libs/linux-headers/ya.make deleted file mode 100644 index 94b871a6d44..00000000000 --- a/contrib/libs/linux-headers/ya.make +++ /dev/null @@ -1,46 +0,0 @@ -# Generated by devtools/yamaker from nixpkgs 980c4c3c2f664ccc5002f7fd6e08059cf1f00e75. - -LIBRARY() - -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 - "(GPL-2.0-only WITH Linux-syscall-note OR CDDL-1.0)" AND - "(GPL-2.0-only WITH Linux-syscall-note OR Linux-OpenIB)" AND - "(GPL-2.0-only WITH Linux-syscall-note OR MIT)" AND - "(GPL-2.0-or-later WITH Linux-syscall-note OR BSD-3-Clause)" AND - BSD-2-Clause AND - BSD-3-Clause AND - GPL-1.0-or-later WITH Linux-syscall-note AND - GPL-2.0-only WITH Linux-syscall-note AND - GPL-2.0-or-later WITH Linux-syscall-note AND - ISC AND - Khronos AND - LGPL-2.0-only AND - LGPL-2.0-or-later WITH Linux-syscall-note AND - LGPL-2.1-only AND - LGPL-2.1-only WITH Linux-syscall-note AND - LGPL-2.1-or-later WITH Linux-syscall-note AND - MIT AND - NTP AND - Public-Domain -) - -LICENSE_TEXTS(.yandex_meta/licenses.list.txt) - -DISABLE(NEED_PLATFORM_PEERDIRS) - -DISABLE(WITH_VALGRIND) - -ADDINCL( - GLOBAL contrib/libs/linux-headers - GLOBAL contrib/libs/linux-headers/_nf -) - -NO_PLATFORM() - -END() |