Refactor build scripts to improve directory structure and enhance file handling

This commit is contained in:
2026-02-16 14:46:24 +03:00
parent a3a929ff40
commit c581c66f74
4 changed files with 62 additions and 35 deletions

View File

@@ -27,9 +27,9 @@ SUBMODE="thumb"
TOP="$(pwd)"
CONFIGS_DIR="${TOP}/config"
SRC_DIR="${TOP}/src"
SRC_DIR="${TOP}/src/toolchain"
BUILD_DIR="${TOP}/build"
BUILD_SRC_DIR="${BUILD_DIR}/src"
BUILD_SRC_DIR="${BUILD_DIR}/src/toolchain"
INSTALL_DIR="${BUILD_DIR}/install"
INSTALL_BIN_DIR="${INSTALL_DIR}/bin"