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/example_defconfig | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 configs/example_defconfig (limited to 'configs/example_defconfig') 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