diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-04-01 16:44:41 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-04-01 16:44:41 +0300 |
commit | 3b1502256339d0e27d739bda65197ba16626d796 (patch) | |
tree | f5c96d3a4b041aa579be34af1c99c13974f65e63 /build/conf/sysincl.conf | |
parent | a316418cf300e9f9abf44638827703ff60a4a132 (diff) | |
download | ydb-3b1502256339d0e27d739bda65197ba16626d796.tar.gz |
intermediate changes
ref:fcb23f6056fc4b9f1028919b4f32f9dd8bf15d1f
Diffstat (limited to 'build/conf/sysincl.conf')
-rw-r--r-- | build/conf/sysincl.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/build/conf/sysincl.conf b/build/conf/sysincl.conf index 60e641e2db..91280a847d 100644 --- a/build/conf/sysincl.conf +++ b/build/conf/sysincl.conf @@ -59,3 +59,7 @@ when ($WITH_VALGRIND == "yes") { when ($OS_LINUX == "yes" && $OS_SDK == "ubuntu-12") { SYSINCL+=build/sysincl/linux-ubuntu-12.yml } + +when ($ARCH_NDS32) { + SYSINCL+=build/sysincl/nds32.yml +} |