mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-21 14:51:32 +08:00
Made HAS_POSIX_API have a "no" definition when it is not enabled.
This commit is contained in:
@@ -66,6 +66,8 @@ endif
|
||||
# Define this to yes if this target wants the posix api
|
||||
ifeq ($(RTEMS_HAS_POSIX_API),yes)
|
||||
HAS_POSIX_API=yes
|
||||
else
|
||||
HAS_POSIX_API=no
|
||||
endif
|
||||
|
||||
# Base name of start file
|
||||
|
||||
Reference in New Issue
Block a user