mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 21:57:55 +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
310 B
Makefile
11 lines
310 B
Makefile
SRC_CC += lx_hybrid.cc new_delete.cc
|
|
|
|
vpath new_delete.cc $(BASE_DIR)/src/base/cxx
|
|
vpath lx_hybrid.cc $(REP_DIR)/src/platform
|
|
|
|
# add parts of the base library that are shared with core
|
|
LIBS += base-common
|
|
|
|
# non-core parts of the base library (except for the startup code)
|
|
include $(REP_DIR)/lib/mk/base.inc
|