summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGedare Bloom <gedare@rtems.org>2022-11-04 15:36:11 -0600
committerGedare Bloom <gedare@rtems.org>2022-11-07 10:56:33 -0700
commit985748a689ed44d66ca6424ff645a60630f2a223 (patch)
tree7cce9295cacd3ef0a3c5edad4d0e60506958ba53
parente8d73278b0e16a9a10080c135af940d5234a54c8 (diff)
spec/build: mark shell as third-party
-rw-r--r--spec/build/cpukit/objshell.yml14
1 files changed, 13 insertions, 1 deletions
diff --git a/spec/build/cpukit/objshell.yml b/spec/build/cpukit/objshell.yml
index f41332385c..dbafb4a033 100644
--- a/spec/build/cpukit/objshell.yml
+++ b/spec/build/cpukit/objshell.yml
@@ -5,7 +5,19 @@ copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
cppflags: []
cxxflags: []
-third-party: null
+third-party:
+ extra-files:
+ - cpukit/libmisc/shell/dd.h
+ - cpukit/libmisc/shell/err.h
+ - cpukit/libmisc/shell/extern-cp.h
+ - cpukit/libmisc/shell/extern-dd.h
+ - cpukit/libmisc/shell/extern-ls.h
+ - cpukit/libmisc/shell/fts.h
+ - cpukit/libmisc/shell/hexdump.h
+ - cpukit/libmisc/shell/pathnames-mv.h
+ - cpukit/libmisc/shell/sysexits.h
+ - cpukit/libmisc/shell/vis.h
+ - cpukit/libmisc/shell/mknod-pack_dev.h
enabled-by: true
includes: []
install: []