summaryrefslogtreecommitdiffstats
path: root/c/src/libnetworking/wrapup/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/libnetworking/wrapup/Makefile.in')
-rw-r--r--c/src/libnetworking/wrapup/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/libnetworking/wrapup/Makefile.in b/c/src/libnetworking/wrapup/Makefile.in
index 5961c093e8..55b9f618ed 100644
--- a/c/src/libnetworking/wrapup/Makefile.in
+++ b/c/src/libnetworking/wrapup/Makefile.in
@@ -9,7 +9,7 @@ RTEMS_ROOT = @top_srcdir@
PROJECT_ROOT = @PROJECT_ROOT@
NET_PIECES=kern lib libc net netinet nfs rtems
-OBJS=$(foreach piece, $(NET_PIECES), ../$(piece)/$(ARCH)/$(piece).rel)
+OBJS=$(foreach piece, $(NET_PIECES), ../$(piece)/$(ARCH)/*.o)
LIB=$(ARCH)/libnetworking.a
include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg