mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-02-06 03:35:57 +08:00
JFFS2 uses the high values of the unsigned flash offset in a raw node reference as special identifiers and specifies them using negative integer literals. This disables those errors for non-RTEMS source and constrains such comparisons in RTEMS code to avoid larger reworks of the JFFS2 upstream source.
35 lines
869 B
YAML
35 lines
869 B
YAML
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
|
|
build-type: objects
|
|
cflags:
|
|
- ${COVERAGE_COMPILER_FLAGS}
|
|
- -Wno-pointer-sign
|
|
- -Wno-sign-compare
|
|
copyrights:
|
|
- Copyright (C) 2020 embedded brains GmbH & Co. KG
|
|
cppflags: []
|
|
cxxflags:
|
|
- ${COVERAGE_COMPILER_FLAGS}
|
|
enabled-by: true
|
|
includes:
|
|
- contrib/cpukit/jffs2/include
|
|
- contrib/cpukit/zlib
|
|
install: []
|
|
links: []
|
|
source:
|
|
- contrib/cpukit/jffs2/build.c
|
|
- contrib/cpukit/jffs2/compr.c
|
|
- contrib/cpukit/jffs2/compr_rtime.c
|
|
- contrib/cpukit/jffs2/compr_zlib.c
|
|
- contrib/cpukit/jffs2/debug.c
|
|
- contrib/cpukit/jffs2/erase.c
|
|
- contrib/cpukit/jffs2/gc.c
|
|
- contrib/cpukit/jffs2/nodelist.c
|
|
- contrib/cpukit/jffs2/nodemgmt.c
|
|
- contrib/cpukit/jffs2/read.c
|
|
- contrib/cpukit/jffs2/readinode.c
|
|
- contrib/cpukit/jffs2/scan.c
|
|
- contrib/cpukit/jffs2/wbuf.c
|
|
- contrib/cpukit/jffs2/write.c
|
|
- contrib/cpukit/jffs2/writev.c
|
|
type: build
|