summaryrefslogtreecommitdiffstats
path: root/cpukit/Makefile.am
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-04-16 12:13:31 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-08-31 16:19:57 +0200
commitced28f2cfcee6d32ad7bb72e16b235212eb2eaaf (patch)
treef29f016b19d228905283427ac9e31d49fe0cee99 /cpukit/Makefile.am
parentscore: Optimize _Objects_Name_to_id_u32() (diff)
downloadrtems-ced28f2cfcee6d32ad7bb72e16b235212eb2eaaf.tar.bz2
config: Provide file descriptors only if necessary
Only provide the file descriptor array if CONFIGURE_MAXIMUM_FILE_DESCRIPTORS > 0. If someone configured CONFIGURE_MAXIMUM_FILE_DESCRIPTORS == 0 and the appplication uses something which requires a file descriptor, then a linker error will show up. An alternative would be to add a zero-length array rtems_libio_iops[ 0 ] to librtemscpu.a which would be used in this case. Conditionally include some header files.
Diffstat (limited to 'cpukit/Makefile.am')
0 files changed, 0 insertions, 0 deletions