mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-29 01:58:55 +00:00
9 lines
201 B
Makefile
9 lines
201 B
Makefile
|
SRC_S = crt0.s
|
||
|
SRC_CC = _main.cc
|
||
|
LIBS += cxx lock
|
||
|
|
||
|
INC_DIR += $(REP_DIR)/src/platform $(BASE_DIR)/src/platform
|
||
|
|
||
|
vpath crt0.s $(BASE_DIR)/src/platform/arm
|
||
|
vpath _main.cc $(BASE_DIR)/src/platform
|