From dbdd59e52f6126a1b077743628d963b17678c209 Mon Sep 17 00:00:00 2001 From: raiden00pl Date: Mon, 23 Oct 2023 12:37:03 +0200 Subject: [PATCH] remove empty netutils/usrsock_rpmsg --- netutils/usrsock_rpmsg/CMakeLists.txt | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 netutils/usrsock_rpmsg/CMakeLists.txt diff --git a/netutils/usrsock_rpmsg/CMakeLists.txt b/netutils/usrsock_rpmsg/CMakeLists.txt deleted file mode 100644 index 3451c4f51..000000000 --- a/netutils/usrsock_rpmsg/CMakeLists.txt +++ /dev/null @@ -1,27 +0,0 @@ -# ############################################################################## -# apps/netutils/usrsock_rpmsg/CMakeLists.txt -# -# Licensed to the Apache Software Foundation (ASF) under one or more contributor -# license agreements. See the NOTICE file distributed with this work for -# additional information regarding copyright ownership. The ASF licenses this -# file to you under the Apache License, Version 2.0 (the "License"); you may not -# use this file except in compliance with the License. You may obtain a copy of -# the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations under -# the License. -# -# ############################################################################## - -if(CONFIG_NETUTILS_USRSOCK_RPMSG) - if(CONFIG_NET_USRSOCK) - nuttx_add_application(NAME usrsock SRCS usrsock_rpmsg_client.c) - else() - nuttx_add_application(NAME usrsock SRCS usrsock_rpmsg_server.c) - endif() -endif()