mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 22:23:16 +00:00
c9f7e9dbb2
* get rid of printf * use exceptions instead of error codes * use Id_space instead of the individual block device registry * use Cstring instead of char const* * move method definitions > 1 line to .cc files * rename Block Block_driver and Serial Serial_driver to avoid name clashes with the Genode namespace and thereby simplify the code * use lambdas for Block device lookup and apply * switch to the Component framework * don't use env(), config(), ... and hand over env to each connection * use Attached_mmio and Attached_rom/ram_dataspace instead of manual solutions Fixes #2223
7 lines
238 B
PHP
7 lines
238 B
PHP
LIBS += base config
|
|
SRC_CC += serial_driver.cc block_driver.cc vm_base.cc spec/imx53/main.cc
|
|
INC_DIR += $(REP_DIR)/src/server/tz_vmm/spec/imx53
|
|
INC_DIR += $(REP_DIR)/src/server/tz_vmm/include
|
|
|
|
vpath % $(REP_DIR)/src/server/tz_vmm
|