From 36aa145d048b58dede7f372f1196680c5d549e5c Mon Sep 17 00:00:00 2001 From: "W. Eric Norum" Date: Thu, 28 Oct 2004 18:23:41 +0000 Subject: [PATCH] Add rtemsNfs to all RTEMS targets. --- configure/os/CONFIG.Common.RTEMS | 2 +- configure/os/CONFIG.Common.RTEMS-mvme2100 | 1 - configure/os/CONFIG.Common.RTEMS-mvme5500 | 1 - configure/os/CONFIG.Common.RTEMS-pc386 | 1 - 4 files changed, 1 insertion(+), 4 deletions(-) diff --git a/configure/os/CONFIG.Common.RTEMS b/configure/os/CONFIG.Common.RTEMS index d4a485202..deb8130a6 100644 --- a/configure/os/CONFIG.Common.RTEMS +++ b/configure/os/CONFIG.Common.RTEMS @@ -80,7 +80,7 @@ OS_CLASS = RTEMS #-------------------------------------------------- # Operating system flags -OP_SYS_LDLIBS += -lrtemsCom -lrtemscpu -lCom -lm +OP_SYS_LDLIBS += -lrtemsCom -lrtemscpu -lCom -lrtemsNfs -lm OP_SYS_LDFLAGS += $(CPU_CFLAGS) -u Init \ $(PROJECT_RELEASE)/lib/no-dpmem.rel \ $(PROJECT_RELEASE)/lib/no-mp.rel \ diff --git a/configure/os/CONFIG.Common.RTEMS-mvme2100 b/configure/os/CONFIG.Common.RTEMS-mvme2100 index 0249e2a48..71ef8af96 100644 --- a/configure/os/CONFIG.Common.RTEMS-mvme2100 +++ b/configure/os/CONFIG.Common.RTEMS-mvme2100 @@ -25,4 +25,3 @@ define MUNCH_CMD endef include $(CONFIG)/os/CONFIG.Common.RTEMS -OP_SYS_LDLIBS += -lrtemsNfs diff --git a/configure/os/CONFIG.Common.RTEMS-mvme5500 b/configure/os/CONFIG.Common.RTEMS-mvme5500 index c589ce994..42ea9c8bf 100644 --- a/configure/os/CONFIG.Common.RTEMS-mvme5500 +++ b/configure/os/CONFIG.Common.RTEMS-mvme5500 @@ -17,4 +17,3 @@ define MUNCH_CMD endef include $(CONFIG)/os/CONFIG.Common.RTEMS -OP_SYS_LDLIBS += -lrtemsNfs diff --git a/configure/os/CONFIG.Common.RTEMS-pc386 b/configure/os/CONFIG.Common.RTEMS-pc386 index dcd18a310..c7122019e 100644 --- a/configure/os/CONFIG.Common.RTEMS-pc386 +++ b/configure/os/CONFIG.Common.RTEMS-pc386 @@ -23,4 +23,3 @@ include $(CONFIG)/os/CONFIG.Common.RTEMS # Put text segment where it will work with etherboot # OP_SYS_LDFLAGS += -Wl,-Ttext,0x100000 -OP_SYS_LDLIBS += -lrtemsNfs