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.
5 lines
94 B
Makefile
5 lines
94 B
Makefile
TARGET = test-okl4_thread
|
|
REQUIRES = okl4
|
|
LIBS = cxx core_printf ipc
|
|
SRC_CC = main.cc
|