Modified gen_mk_src script for asm file, moved asm .S file in relative cpu hw section
[bertos.git] / test / gen_mk_src.sh
index 37a5f2bc3927039d50a05e1e1e8307b112417b40..c2733dc9cab9b602def8d65af26f4e9cc99a34f9 100755 (executable)
@@ -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: