Avoid target-name ambiguity of "test-thread"

Both base/src/test/thread and base-okl4/src/test/okl4_03_thread used the
same target name, which ultimately confused the build system when
building on OKL4.
This commit is contained in:
Norman Feske 2013-12-28 19:49:38 +01:00
parent 2e6255d1cf
commit 89403a24b3
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
TARGET = test-thread
TARGET = test-okl4_thread
REQUIRES = okl4
LIBS = cxx core_printf ipc
SRC_CC = main.cc