mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-14 08:49:52 +00:00
c1bb82fb6b
The sinfo function declared in sinfo_instance.h creates a static sinfo object instance and returns a pointer to the caller. - kernel timer and platform support to use sinfo() function to instantiate sinfo object - address and size of the base-hw RAM region via the sinfo API - log_status() function in sinfo API
6 lines
110 B
Makefile
6 lines
110 B
Makefile
SRC_CC += sinfo.cc
|
|
|
|
vpath %.cc $(REP_DIR)/src/base/muen
|
|
|
|
include $(REP_DIR)/lib/mk/spec/x86_64/base-common.mk
|