summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libnetworking/rtems/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libnetworking/rtems/Makefile.in')
-rw-r--r--c/src/lib/libnetworking/rtems/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libnetworking/rtems/Makefile.in b/c/src/lib/libnetworking/rtems/Makefile.in
index 038fb5c68e..68d89a9fd0 100644
--- a/c/src/lib/libnetworking/rtems/Makefile.in
+++ b/c/src/lib/libnetworking/rtems/Makefile.in
@@ -16,7 +16,7 @@ C_PIECES=sghostname issetugid \
rtems_glue rtems_syscall rtems_bootp \
rtems_showmbuf rtems_showroute \
rtems_showifstat rtems_showipstat rtems_showicmpstat \
- rtems_showtcpstat rtems_showudpstat
+ rtems_showtcpstat rtems_showudpstat rtems_select
C_FILES=$(C_PIECES:%=%.c)
C_O_FILES=$(C_PIECES:%=${ARCH}/%.o)