Files
genode-world/lib/mk/ocaml-threads.mk
Emery Hemingway 6628d03126 Port of OCaml bytecode runtime
A minimal runtime for executing portable OCaml bytecode.
A bytecode standard library is not yet provided.
2019-01-21 14:24:28 +01:00

11 lines
196 B
Makefile

include $(REP_DIR)/lib/mk/ocaml.inc
LIBS += libc
INC_DIR += $(OCAML_SRC_DIR)/byterun
INC_DIR += $(OCAML_SRC_DIR)/byterun/caml
vpath %.c $(OCAML_SRC_DIR)/otherlibs/threads
SRC_C += scheduler.c