mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-31 19:17:04 +00:00
ccffbb0dfc
Fixes #2184
11 lines
346 B
Makefile
11 lines
346 B
Makefile
SRC_CC += lx_hybrid.cc new_delete.cc capability_space.cc
|
|
|
|
vpath new_delete.cc $(BASE_DIR)/src/lib/cxx
|
|
vpath lx_hybrid.cc $(REP_DIR)/src/lib/lx_hybrid
|
|
|
|
# add parts of the base library that are shared with core
|
|
LIBS += base-linux-common
|
|
|
|
# non-core parts of the base library (except for the startup code)
|
|
include $(REP_DIR)/lib/mk/base-linux.inc
|