forked from Imagelibrary/rtems
Temporarily took rtems_servers directory out of the build tree since there
are build issues with it.
This commit is contained in:
@@ -13,4 +13,5 @@ INSTALL = @INSTALL@
|
||||
include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
|
||||
include $(RTEMS_ROOT)/make/directory.cfg
|
||||
|
||||
SUB_DIRS=kern lib libc net netinet nfs rtems rtems_servers wrapup
|
||||
# add rtems_servers
|
||||
SUB_DIRS=kern lib libc net netinet nfs rtems wrapup
|
||||
|
||||
@@ -14,11 +14,7 @@ LIBNAME=lib.a
|
||||
LIB=${ARCH}/${LIBNAME}
|
||||
|
||||
# C and C++ source names, if any, go here -- minus the .c or .cc
|
||||
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_select
|
||||
C_PIECES=ftpd
|
||||
C_FILES=$(C_PIECES:%=%.c)
|
||||
C_O_FILES=$(C_PIECES:%=${ARCH}/%.o)
|
||||
|
||||
|
||||
@@ -10,7 +10,8 @@ PROJECT_ROOT = @PROJECT_ROOT@
|
||||
|
||||
INSTALL = @INSTALL@
|
||||
|
||||
NET_PIECES=kern lib libc net netinet nfs rtems
|
||||
NET_PIECES=kern lib libc net netinet nfs rtems
|
||||
# Add rtems_servers
|
||||
OBJS=$(foreach piece, $(NET_PIECES), ../$(piece)/$(ARCH)/*.o)
|
||||
LIB=$(ARCH)/libnetworking.a
|
||||
|
||||
|
||||
@@ -13,4 +13,5 @@ INSTALL = @INSTALL@
|
||||
include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
|
||||
include $(RTEMS_ROOT)/make/directory.cfg
|
||||
|
||||
SUB_DIRS=kern lib libc net netinet nfs rtems rtems_servers wrapup
|
||||
# add rtems_servers
|
||||
SUB_DIRS=kern lib libc net netinet nfs rtems wrapup
|
||||
|
||||
@@ -14,11 +14,7 @@ LIBNAME=lib.a
|
||||
LIB=${ARCH}/${LIBNAME}
|
||||
|
||||
# C and C++ source names, if any, go here -- minus the .c or .cc
|
||||
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_select
|
||||
C_PIECES=ftpd
|
||||
C_FILES=$(C_PIECES:%=%.c)
|
||||
C_O_FILES=$(C_PIECES:%=${ARCH}/%.o)
|
||||
|
||||
|
||||
@@ -10,7 +10,8 @@ PROJECT_ROOT = @PROJECT_ROOT@
|
||||
|
||||
INSTALL = @INSTALL@
|
||||
|
||||
NET_PIECES=kern lib libc net netinet nfs rtems
|
||||
NET_PIECES=kern lib libc net netinet nfs rtems
|
||||
# Add rtems_servers
|
||||
OBJS=$(foreach piece, $(NET_PIECES), ../$(piece)/$(ARCH)/*.o)
|
||||
LIB=$(ARCH)/libnetworking.a
|
||||
|
||||
|
||||
Reference in New Issue
Block a user