forked from Imagelibrary/rtems
21 lines
412 B
YAML
21 lines
412 B
YAML
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
|
|
build-type: library
|
|
cflags: []
|
|
copyrights:
|
|
- Copyright (C) 2020 embedded brains GmbH & Co. KG
|
|
cppflags: []
|
|
cxxflags: []
|
|
enabled-by: true
|
|
includes: []
|
|
install:
|
|
- destination: ${BSP_INCLUDEDIR}/rtems
|
|
source:
|
|
- cpukit/include/rtems/ftpd.h
|
|
install-path: ${BSP_LIBDIR}
|
|
links: []
|
|
source:
|
|
- cpukit/ftpd/ftpd-init.c
|
|
- cpukit/ftpd/ftpd.c
|
|
target: ftpd
|
|
type: build
|