mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-25 16:31:06 +00:00
9 lines
298 B
Makefile
9 lines
298 B
Makefile
|
REQUIRES = okl4 x86
|
||
|
LIBS = cxx lock
|
||
|
SRC_S = crt0.s
|
||
|
SRC_CC = _main.cc
|
||
|
INC_DIR += $(BASE_DIR)/src/platform $(REP_DIR)/src/platform
|
||
|
|
||
|
vpath crt0.s $(dir $(call select_from_repositories,src/platform/x86_32/crt0.s))
|
||
|
vpath _main.cc $(dir $(call select_from_repositories,src/platform/_main.cc))
|