mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-01 11:36:43 +00:00
ee045a68cc
This commit introduces a C-API to the Uplink session, as well as to serve as a Block service. It can be used by drivers ported from C-only projects, like the Linux kernel, or BSD kernels for instance. Fix #4226
8 lines
124 B
Makefile
8 lines
124 B
Makefile
content: include/genode_c_api LICENSE
|
|
|
|
include/genode_c_api:
|
|
$(mirror_from_rep_dir)
|
|
|
|
LICENSE:
|
|
cp $(GENODE_DIR)/LICENSE $@
|