mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 06:08:20 +00:00
POSIX not properly conditionalized
This commit is contained in:
@@ -12,7 +12,7 @@ include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
|
||||
include $(RTEMS_ROOT)/make/directory.cfg
|
||||
|
||||
POSIX_DIRS_yes_V=posix
|
||||
POSIX_DIRS = $(POSIX_DIRS_$(HAS_POSIX_API)_V)
|
||||
POSIX_DIRS = $(POSIX_DIRS_$(RTEMS_HAS_POSIX_API)_V)
|
||||
|
||||
SUB_DIRS=score rtems $(POSIX_DIRS) sapi wrapup
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
|
||||
include $(RTEMS_ROOT)/make/directory.cfg
|
||||
|
||||
POSIX_DIRS_yes_V=posix
|
||||
POSIX_DIRS = $(POSIX_DIRS_$(HAS_POSIX_API)_V)
|
||||
POSIX_DIRS = $(POSIX_DIRS_$(RTEMS_HAS_POSIX_API)_V)
|
||||
|
||||
SUB_DIRS=rtems $(POSIX_DIRS)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user