From 6e6e23384fe5ea7b37c0b56066221f1273cd4abb Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 31 Aug 2020 17:27:44 +0200 Subject: config: Add zero file descriptor data structures Fix linker errors in the minimum test program on some BSPs introduced by ced28f2cfcee6d32ad7bb72e16b235212eb2eaaf. --- cpukit/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'cpukit/Makefile.am') diff --git a/cpukit/Makefile.am b/cpukit/Makefile.am index 1ea3def4ef..4b794c5c29 100644 --- a/cpukit/Makefile.am +++ b/cpukit/Makefile.am @@ -165,6 +165,7 @@ librtemscpu_a_SOURCES += libcsupport/src/lchown.c librtemscpu_a_SOURCES += libcsupport/src/libio.c librtemscpu_a_SOURCES += libcsupport/src/libio_exit.c librtemscpu_a_SOURCES += libcsupport/src/libio_init.c +librtemscpu_a_SOURCES += libcsupport/src/libiozeroiops.c librtemscpu_a_SOURCES += libcsupport/src/link.c librtemscpu_a_SOURCES += libcsupport/src/lseek.c librtemscpu_a_SOURCES += libcsupport/src/lstat.c -- cgit v1.2.3