From 0cbd71f97f523e15afe03bd400f44d1572e6bbf4 Mon Sep 17 00:00:00 2001 From: qwert Date: Tue, 17 Jun 2008 14:40:42 +0000 Subject: [PATCH] Modified gen_mk_src script for asm file, moved asm .S file in relative cpu hw section git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1474 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/{kern => cpu/arm/hw}/switch_arm.S | 0 bertos/{kern => cpu/avr/hw}/switch_avr.S | 0 bertos/{kern => cpu/i196/hw}/switch_i196.s32 | 0 test/gen_mk_src.sh | 4 ++-- 4 files changed, 2 insertions(+), 2 deletions(-) rename bertos/{kern => cpu/arm/hw}/switch_arm.S (100%) rename bertos/{kern => cpu/avr/hw}/switch_avr.S (100%) rename bertos/{kern => cpu/i196/hw}/switch_i196.s32 (100%) diff --git a/bertos/kern/switch_arm.S b/bertos/cpu/arm/hw/switch_arm.S similarity index 100% rename from bertos/kern/switch_arm.S rename to bertos/cpu/arm/hw/switch_arm.S diff --git a/bertos/kern/switch_avr.S b/bertos/cpu/avr/hw/switch_avr.S similarity index 100% rename from bertos/kern/switch_avr.S rename to bertos/cpu/avr/hw/switch_avr.S diff --git a/bertos/kern/switch_i196.s32 b/bertos/cpu/i196/hw/switch_i196.s32 similarity index 100% rename from bertos/kern/switch_i196.s32 rename to bertos/cpu/i196/hw/switch_i196.s32 diff --git a/test/gen_mk_src.sh b/test/gen_mk_src.sh index 37a5f2bc..c2733dc9 100755 --- a/test/gen_mk_src.sh +++ b/test/gen_mk_src.sh @@ -52,8 +52,8 @@ fi #Get list of source for selected cpu target CSRC=`${TEST_SCRIPT_DIR}/get_source_list.sh $1 c` -#ASRC=`${TEST_SCRIPT_DIR}/get_source_list.sh $1 s` -ASRC= +ASRC=`${TEST_SCRIPT_DIR}/get_source_list.sh $1 S` +#ASRC= #Source to skip: -- 2.25.1