diff options
author | zeil <zeil@yandex-team.ru> | 2022-02-10 16:46:00 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:00 +0300 |
commit | 3eddfce0003caeb1239d29a772710166013b6816 (patch) | |
tree | 5b07d14c33b92cb8e12b61e656622b8ba2639c59 /build/sysincl/misc.yml | |
parent | 4f292c7e2fd0a41da93fda51b2d440c979a330b7 (diff) | |
download | ydb-3eddfce0003caeb1239d29a772710166013b6816.tar.gz |
Restoring authorship annotation for <zeil@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'build/sysincl/misc.yml')
-rw-r--r-- | build/sysincl/misc.yml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/build/sysincl/misc.yml b/build/sysincl/misc.yml index e9e6095888..e0efaf4aa5 100644 --- a/build/sysincl/misc.yml +++ b/build/sysincl/misc.yml @@ -408,15 +408,15 @@ - source_filter: "^contrib/tools/fluent-bit" includes: - backtrace.h: contrib/libs/backtrace/backtrace.h - -- source_filter: "^contrib/restricted/libelf" - includes: - - byteswap.h: contrib/restricted/libelf/lib/byteswap.h - - gelf.h: contrib/restricted/libelf/lib/gelf.h - - libelf.h: contrib/restricted/libelf/lib/libelf.h - - nlist.h: contrib/restricted/libelf/lib/nlist.h - - sys_elf.h: contrib/restricted/libelf/lib/sys_elf.h - + +- source_filter: "^contrib/restricted/libelf" + includes: + - byteswap.h: contrib/restricted/libelf/lib/byteswap.h + - gelf.h: contrib/restricted/libelf/lib/gelf.h + - libelf.h: contrib/restricted/libelf/lib/libelf.h + - nlist.h: contrib/restricted/libelf/lib/nlist.h + - sys_elf.h: contrib/restricted/libelf/lib/sys_elf.h + - source_filter: "^contrib/libs/dpdk/" includes: - process.h: contrib/libs/dpdk/drivers/bus/dpaa/include/process.h |