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:
Sebastian Sumpf 2025-01-14 11:09:57 +01:00 committed by Norman Feske
parent a57ebc55fa
commit 0e48ea08cf
3 changed files with 6 additions and 2 deletions

View File

@ -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 :

View File

@ -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>