test: preempt.c and coop.c should be never explicitly included.
authorarighi <arighi@38d2e660-2303-0410-9eaa-f027e97ec537>
Wed, 17 Mar 2010 11:53:10 +0000 (11:53 +0000)
committerarighi <arighi@38d2e660-2303-0410-9eaa-f027e97ec537>
Wed, 17 Mar 2010 11:53:10 +0000 (11:53 +0000)
commit24eabd04c475344982213f43dd2f9cabec05d3ea
tree962f91150caf3466d3c26d375c508174cd4e315a
parent2941141c8a74bbb22a87743ba9b56c5d2dfb17d8
test: preempt.c and coop.c should be never explicitly included.

The inclusion of preempt.c and coop.c depends on the CONFIG_KERN_PREEMPT
option, so they should never been directly included in Makefile.

Instead we must always use mtask.c.

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3222 38d2e660-2303-0410-9eaa-f027e97ec537
test/get_source_list.sh