summaryrefslogtreecommitdiffstats
path: root/spec/build/cpukit/libtftpfs.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/build/cpukit/libtftpfs.yml')
-rw-r--r--spec/build/cpukit/libtftpfs.yml9
1 files changed, 6 insertions, 3 deletions
diff --git a/spec/build/cpukit/libtftpfs.yml b/spec/build/cpukit/libtftpfs.yml
index 90a0eabc80..c20ce2c7b7 100644
--- a/spec/build/cpukit/libtftpfs.yml
+++ b/spec/build/cpukit/libtftpfs.yml
@@ -1,10 +1,12 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
build-type: library
-cflags: []
+cflags:
+- ${COVERAGE_COMPILER_FLAGS}
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2020, 2022 embedded brains GmbH & Co. KG
cppflags: []
-cxxflags: []
+cxxflags:
+- ${COVERAGE_COMPILER_FLAGS}
enabled-by: true
includes:
- cpukit/libnetworking
@@ -16,5 +18,6 @@ install-path: ${BSP_LIBDIR}
links: []
source:
- cpukit/libfs/src/ftpfs/tftpDriver.c
+- cpukit/libfs/src/ftpfs/tftpfs.c
target: tftpfs
type: build