You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
301 B
9 lines
301 B
LIBS = cxx lock l4 |
|
SRC_S = crt0.s |
|
SRC_CC = _main.cc |
|
INC_DIR += $(REP_DIR)/src/platform |
|
INC_DIR += $(BASE_DIR)/src/platform |
|
INC_DIR += $(REP_DIR)/include/codezero/dummies |
|
|
|
vpath crt0.s $(BASE_DIR)/src/platform/arm |
|
vpath _main.cc $(dir $(call select_from_repositories,src/platform/_main.cc))
|
|
|