From a28eafb2a4d7418ad1efb3f8b72e9cbb014c1c0b Mon Sep 17 00:00:00 2001 From: Vijay Kumar Banerjee Date: Wed, 24 Feb 2021 12:27:29 -0700 Subject: [PATCH] cpukit: Move ftpfs from libnetworking to libfs Update #3850 --- cpukit/{libnetworking/lib => libfs/src/ftpfs}/ftpfs.c | 0 cpukit/{libnetworking/lib => libfs/src/ftpfs}/tftpDriver.c | 0 spec/build/cpukit/libftpfs.yml | 2 +- spec/build/cpukit/libtftpfs.yml | 2 +- 4 files changed, 2 insertions(+), 2 deletions(-) rename cpukit/{libnetworking/lib => libfs/src/ftpfs}/ftpfs.c (100%) rename cpukit/{libnetworking/lib => libfs/src/ftpfs}/tftpDriver.c (100%) diff --git a/cpukit/libnetworking/lib/ftpfs.c b/cpukit/libfs/src/ftpfs/ftpfs.c similarity index 100% rename from cpukit/libnetworking/lib/ftpfs.c rename to cpukit/libfs/src/ftpfs/ftpfs.c diff --git a/cpukit/libnetworking/lib/tftpDriver.c b/cpukit/libfs/src/ftpfs/tftpDriver.c similarity index 100% rename from cpukit/libnetworking/lib/tftpDriver.c rename to cpukit/libfs/src/ftpfs/tftpDriver.c diff --git a/spec/build/cpukit/libftpfs.yml b/spec/build/cpukit/libftpfs.yml index d32304fcf3..bde2f2e988 100644 --- a/spec/build/cpukit/libftpfs.yml +++ b/spec/build/cpukit/libftpfs.yml @@ -14,6 +14,6 @@ install: install-path: ${BSP_LIBDIR} links: [] source: -- cpukit/libnetworking/lib/ftpfs.c +- cpukit/libfs/src/ftpfs/ftpfs.c target: ftpfs type: build diff --git a/spec/build/cpukit/libtftpfs.yml b/spec/build/cpukit/libtftpfs.yml index 57c75c6639..90a0eabc80 100644 --- a/spec/build/cpukit/libtftpfs.yml +++ b/spec/build/cpukit/libtftpfs.yml @@ -15,6 +15,6 @@ install: install-path: ${BSP_LIBDIR} links: [] source: -- cpukit/libnetworking/lib/tftpDriver.c +- cpukit/libfs/src/ftpfs/tftpDriver.c target: tftpfs type: build