mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 14:13:09 +00:00
9 lines
241 B
Makefile
9 lines
241 B
Makefile
|
REQUIRES = nova x86_64
|
||
|
LIBS = cxx lock
|
||
|
SRC_S = crt0.s
|
||
|
SRC_CC = _main.cc
|
||
|
INC_DIR += $(REP_DIR)/src/platform
|
||
|
|
||
|
vpath crt0.s $(BASE_DIR)/src/platform/x86_64
|
||
|
vpath _main.cc $(dir $(call select_from_repositories,src/platform/_main.cc))
|