mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
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:
@@ -1,4 +1,4 @@
|
||||
TARGET = test-thread
|
||||
TARGET = test-okl4_thread
|
||||
REQUIRES = okl4
|
||||
LIBS = cxx core_printf ipc
|
||||
SRC_CC = main.cc
|
||||
|
||||
Reference in New Issue
Block a user