mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-27 22:50:58 +08:00
FreeBSD stack compiles for the first time (except libc/strsep.c)
This commit is contained in:
@@ -63,6 +63,15 @@ HAS_MP=no
|
||||
# Define this to yes if this target wants the KA9Q TCP/IP stack
|
||||
ifeq ($(RTEMS_HAS_KA9Q),yes)
|
||||
HAS_KA9Q=yes
|
||||
else
|
||||
HAS_KA9Q=no
|
||||
endif
|
||||
|
||||
# Define this to yes if this target wants the TCP/IP stack
|
||||
ifeq ($(RTEMS_HAS_NETWORKING),yes)
|
||||
HAS_NETWORKING=yes
|
||||
else
|
||||
HAS_NETWORKING=no
|
||||
endif
|
||||
|
||||
# Define this to yes if this target wants the posix api
|
||||
|
||||
Reference in New Issue
Block a user