summaryrefslogtreecommitdiffstats
path: root/c/src/exec/sapi
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-08-24 14:50:00 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-08-24 14:50:00 +0000
commitff0b0082b1a8b20b5a434c0ccd7b0e4358866bac (patch)
treed3683be8f5b25dd514eb921c86190233909014de /c/src/exec/sapi
parentCleanup patch from Eric Norum. (diff)
downloadrtems-ff0b0082b1a8b20b5a434c0ccd7b0e4358866bac.tar.bz2
Added __RTEMS_INSIDE__ macro to insure that ".inl" files are ALWAYS included
when building the executive source.
Diffstat (limited to 'c/src/exec/sapi')
-rw-r--r--c/src/exec/sapi/src/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/exec/sapi/src/Makefile.in b/c/src/exec/sapi/src/Makefile.in
index f5d4a9b565..23e87931c7 100644
--- a/c/src/exec/sapi/src/Makefile.in
+++ b/c/src/exec/sapi/src/Makefile.in
@@ -22,7 +22,7 @@ include $(RTEMS_ROOT)/make/lib.cfg
# Add local stuff here using +=
#
-DEFINES +=
+DEFINES += -D__RTEMS_INSIDE__
CPPFLAGS +=
CFLAGS += $(CFLAGS_OS_V)