summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/create-menu2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/create-menu b/scripts/create-menu
index 7ba854c8a..c5adb72eb 100755
--- a/scripts/create-menu
+++ b/scripts/create-menu
@@ -98,7 +98,7 @@ config ADK_TARGET_CHOOSE_ARCH
bool "choose architecture"
EOD
-for os in linux frosted rtems zephyr baremetal; do
+for os in linux waldux frosted rtems zephyr baremetal; do
for arch in $(cat $topdir/target/$os/arch.lst);do
OS=$(echo $os | tr '[:lower:]' '[:upper:]')
ARCH=$(echo $arch | tr '[:lower:]' '[:upper:]')