Made HAS_POSIX_API have a "no" definition when it is not enabled.

This commit is contained in:
Joel Sherrill
1998-03-30 14:03:59 +00:00
parent 83997e2ff3
commit cbf2f54333

View File

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