mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-18 15:18:20 +00:00
base: de-duplicate src/lib/base/platform.cc
By splitting the 'init_capability_slab()' implementation to a separate compilation unit 'capability_slab.cc', base-hw no longer needs a customized version of 'lib/base/platform.cc'. Related to issue #4784
This commit is contained in:
@ -6,5 +6,6 @@
|
||||
include $(BASE_DIR)/lib/mk/base.inc
|
||||
|
||||
SRC_CC += platform.cc
|
||||
SRC_CC += capability_slab.cc
|
||||
|
||||
LIBS += syscall-linux
|
||||
|
Reference in New Issue
Block a user