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