mirror of
https://github.com/genodelabs/genode.git
synced 2025-03-22 20:15:20 +00: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:
parent
2e6255d1cf
commit
89403a24b3
@ -1,4 +1,4 @@
|
|||||||
TARGET = test-thread
|
TARGET = test-okl4_thread
|
||||||
REQUIRES = okl4
|
REQUIRES = okl4
|
||||||
LIBS = cxx core_printf ipc
|
LIBS = cxx core_printf ipc
|
||||||
SRC_CC = main.cc
|
SRC_CC = main.cc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user