Add rtemsNfs to all RTEMS targets.

This commit is contained in:
W. Eric Norum
2004-10-28 18:23:41 +00:00
parent b75254ec92
commit 36aa145d04
4 changed files with 1 additions and 4 deletions

View File

@@ -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 \

View File

@@ -25,4 +25,3 @@ define MUNCH_CMD
endef
include $(CONFIG)/os/CONFIG.Common.RTEMS
OP_SYS_LDLIBS += -lrtemsNfs

View File

@@ -17,4 +17,3 @@ define MUNCH_CMD
endef
include $(CONFIG)/os/CONFIG.Common.RTEMS
OP_SYS_LDLIBS += -lrtemsNfs

View File

@@ -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