mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-16 15:29:57 +00:00
os: move genode_c_api/nic_client from lxip to os
The Nic-client C-API is based on the Uplink C-API. issue #5471
This commit is contained in:
parent
a57ebc55fa
commit
0e48ea08cf
@ -32,4 +32,8 @@ vpath %.cc $(REP_DIR)/src/lib
|
||||
vpath %.c $(LXIP_DIR)/spec/$(SPEC_ARCH)
|
||||
vpath % $(LXIP_DIR)
|
||||
|
||||
C_API = $(dir $(call select_from_repositories,src/lib/genode_c_api))
|
||||
|
||||
vpath genode_c_api/nic_client.cc $(C_API)
|
||||
|
||||
# vi: set ft=make :
|
||||
|
@ -7,8 +7,8 @@
|
||||
/*
|
||||
* Copyright (C) 2021 Genode Labs GmbH
|
||||
*
|
||||
* This file is distributed under the terms of the GNU General Public License
|
||||
* version 2.
|
||||
* This file is part of the Genode OS framework, which is distributed
|
||||
* under the terms of the GNU Affero General Public License version 3.
|
||||
*/
|
||||
|
||||
#include <base/registry.h>
|
Loading…
x
Reference in New Issue
Block a user