You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
301 B
Makefile
10 lines
301 B
Makefile
12 years ago
|
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))
|