genode/repos/os/recipes/api/genode_c_api/content.mk
Stefan Kalkowski ee045a68cc os: introduce C-API to Genode services
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
2021-07-28 11:27:04 +02:00

8 lines
124 B
Makefile

content: include/genode_c_api LICENSE
include/genode_c_api:
$(mirror_from_rep_dir)
LICENSE:
cp $(GENODE_DIR)/LICENSE $@