Fix test script to pass nightly test. Kdebug was removed one time becouse test compil...
[bertos.git] / test / gen_mk_src.sh
index 0aab30d6731bf898d42a551801c584714cc57524..ac642824e25cc2c19e8652ec0477f6ff844c196b 100755 (executable)
@@ -55,12 +55,10 @@ CSRC=`${TEST_SCRIPT_DIR}/get_source_list.sh $1 c`
 ASRC=`${TEST_SCRIPT_DIR}/get_source_list.sh $1 S`
 #ASRC=
 
+#kdebug  must added to skip list because it is compiled two times and the linker fail.
 CSRC=`echo $CSRC | sed -e "s/${BERTOS_DIR_RE}\\/drv\\/kdebug\\.c//g"`
 
 #Source to skip:
-if [ $1 = 'avr' ] ; then
-       `echo`
-fi
 
 if [ $1 = 'arm' ] ; then
        for i in $ARM_DRV_C_EXCLUDE_LIST ;