cpukit: Move ftpfs from libnetworking to libfs

Update #3850
This commit is contained in:
Vijay Kumar Banerjee
2021-02-24 12:27:29 -07:00
parent c6ba8dd4e0
commit a28eafb2a4
4 changed files with 2 additions and 2 deletions

View File

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

View File

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