From 612fd7b29cde5382fda720d76347212442ea4eec Mon Sep 17 00:00:00 2001 From: Jacob McDonnell Date: Sat, 28 Feb 2026 15:36:45 -0500 Subject: fix: awk -> gawk & verify defconfig exists Transitioned from awk to gawk for the time being to use gensub cross platform. Also, now verify that the defconfig specified exists and if it does not, then an error message is printed. --- configs/example2_defconfig | 4 ++++ configs/example_config | 3 --- configs/example_defconfig | 3 +++ 3 files changed, 7 insertions(+), 3 deletions(-) create mode 100644 configs/example2_defconfig delete mode 100644 configs/example_config create mode 100644 configs/example_defconfig (limited to 'configs') diff --git a/configs/example2_defconfig b/configs/example2_defconfig new file mode 100644 index 0000000..727be7f --- /dev/null +++ b/configs/example2_defconfig @@ -0,0 +1,4 @@ +CONFIG_USE_TOOLCHAIN_FILE=y +CONFIG_CMAKE_TOOLCHAIN_FILE="TC-gcc15.cmake" +CONFIG_AGE=32 +CONFIG_NAME="John Doe" diff --git a/configs/example_config b/configs/example_config deleted file mode 100644 index 0c34f1e..0000000 --- a/configs/example_config +++ /dev/null @@ -1,3 +0,0 @@ -CONFIG_USE_TOOLCHAIN_FILE=y -CONFIG_AGE=22 -CONFIG_NAME="John Smith" diff --git a/configs/example_defconfig b/configs/example_defconfig new file mode 100644 index 0000000..0c34f1e --- /dev/null +++ b/configs/example_defconfig @@ -0,0 +1,3 @@ +CONFIG_USE_TOOLCHAIN_FILE=y +CONFIG_AGE=22 +CONFIG_NAME="John Smith" -- cgit v1.2.3