mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-26 17:01:07 +00:00
ca971bbfd8
This patch changes the top-level directory layout as a preparatory step for improving the tools for managing 3rd-party source codes. The rationale is described in the issue referenced below. Issue #1082
11 lines
250 B
Makefile
11 lines
250 B
Makefile
SRC_CC += console/log_console.cc
|
|
SRC_CC += env/env.cc env/context_area.cc env/reinitialize.cc
|
|
SRC_CC += thread/thread_start.cc
|
|
|
|
vpath %.cc $(REP_DIR)/src/base
|
|
vpath %.cc $(BASE_DIR)/src/base
|
|
|
|
INC_DIR += $(BASE_DIR)/src/base/env
|
|
|
|
LIBS += base-common
|