mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-02 03:56:42 +00:00
ccffbb0dfc
Fixes #2184
8 lines
161 B
Makefile
8 lines
161 B
Makefile
include $(BASE_DIR)/lib/mk/base.inc
|
|
|
|
SRC_CC += capability_space.cc
|
|
SRC_CC += thread_start.cc thread_init.cc
|
|
SRC_CC += cache.cc
|
|
|
|
LIBS += syscall base-sel4-common
|