cpukit/Makefile.am: Remove remaining LIBNETWORKING files

This commit is contained in:
Vijay Kumar Banerjee
2021-04-29 10:28:39 -06:00
parent 8cf30c41d9
commit 8e4f5782eb
2 changed files with 0 additions and 44 deletions
-43
View File
@@ -1372,15 +1372,6 @@ librtemscpu_a_SOURCES += libmisc/shell/main_pci.c
endif
if LIBNETWORKING
librtemscpu_a_SOURCES += libmisc/shell/main_ifconfig.c
librtemscpu_a_SOURCES += libmisc/shell/main_route.c
librtemscpu_a_SOURCES += libmisc/shell/main_netstats.c
librtemscpu_a_SOURCES += libmisc/shell/main_ping.c
endif
endif
if LIBUTF8PROC
@@ -1813,40 +1804,6 @@ libz_a_SOURCES += zlib/trees.c
libz_a_SOURCES += zlib/uncompr.c
libz_a_SOURCES += zlib/zutil.c
if LIBNETWORKING
project_lib_LIBRARIES += libnfs.a
libnfs_a_SOURCES =
libnfs_a_SOURCES += libfs/src/nfsclient/proto/mount_prot_xdr.c
libnfs_a_SOURCES += libfs/src/nfsclient/proto/nfs_prot_xdr.c
libnfs_a_SOURCES += libfs/src/nfsclient/src/nfs.c
libnfs_a_SOURCES += libfs/src/nfsclient/src/rpcio.c
libnfs_a_SOURCES += libfs/src/nfsclient/src/sock_mbuf.c
libnfs_a_SOURCES += libfs/src/nfsclient/src/xdr_mbuf.c
project_lib_LIBRARIES += libpppd.a
libpppd_a_SOURCES =
libpppd_a_SOURCES += pppd/auth.c
libpppd_a_SOURCES += pppd/ccp.c
libpppd_a_SOURCES += pppd/chap.c
libpppd_a_SOURCES += pppd/chap_ms.c
libpppd_a_SOURCES += pppd/chat.c
libpppd_a_SOURCES += pppd/demand.c
libpppd_a_SOURCES += pppd/fsm.c
libpppd_a_SOURCES += pppd/ipcp.c
libpppd_a_SOURCES += pppd/lcp.c
libpppd_a_SOURCES += pppd/magic.c
libpppd_a_SOURCES += pppd/options.c
libpppd_a_SOURCES += pppd/rtemsmain.c
libpppd_a_SOURCES += pppd/rtemspppd.c
libpppd_a_SOURCES += pppd/sys-rtems.c
libpppd_a_SOURCES += pppd/upap.c
libpppd_a_SOURCES += pppd/utils.c
endif
if HACK_TO_AVOID_LONG_ARG_LIST
librtemscpu.a: $(librtemscpu_a_OBJECTS) $(librtemscpu_a_DEPENDENCIES) $(EXTRA_librtemscpu_a_DEPENDENCIES)
-1
View File
@@ -293,7 +293,6 @@ AM_CONDITIONAL(HAS_MP,test x"$enable_multiprocessing" = x"yes" )
AM_CONDITIONAL(HAS_SMP,[test "$RTEMS_HAS_SMP" = "yes"])
AM_CONDITIONAL(HAS_PTHREADS,test x"$rtems_cv_HAS_POSIX_API" = x"yes")
AM_CONDITIONAL(LIBNETWORKING,test x"$rtems_cv_HAS_NETWORKING" = x"yes")
AM_CONDITIONAL([LIBSHELL],[test x"$HAVE_ASSIGNABLE_STDIO" = x"yes"])
AM_CONDITIONAL([LIBSERDBG],[test x"$rtems_cv_cc_attribute_weak" = x"yes"])