mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-04 13:04:14 +00:00
14 lines
295 B
Makefile
14 lines
295 B
Makefile
|
LIBINC_DIR = $(REP_DIR)/lib/mk
|
||
|
|
||
|
include $(LIBINC_DIR)/kernel.inc
|
||
|
|
||
|
INC_DIR += $(REP_DIR)/src/platform
|
||
|
INC_DIR += $(REP_DIR)/src/core
|
||
|
INC_DIR += $(BASE_DIR)/src/platform
|
||
|
|
||
|
include $(LIBINC_DIR)/kernel.inc
|
||
|
CC_OPT += -DROOTTASK_ENTRY=_main
|
||
|
SRC_CC += _main.cc
|
||
|
|
||
|
vpath _main.cc $(BASE_DIR)/src/platform
|