summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-08-06 16:01:36 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-08-08 14:11:22 +0200
commit6b4e448ebe246eada0ac2ef664f73316082d8fb8 (patch)
treea5602476c899c4c371b2130f4036f19d572a58b0 /cpukit/sapi
parentPR766: Delete __RTEMS_APPLICATION__ (diff)
downloadrtems-6b4e448ebe246eada0ac2ef664f73316082d8fb8.tar.bz2
PR766: Delete __RTEMS_INSIDE__
Diffstat (limited to 'cpukit/sapi')
-rw-r--r--cpukit/sapi/Makefile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/cpukit/sapi/Makefile.am b/cpukit/sapi/Makefile.am
index 43f5de84c4..eaea5916e2 100644
--- a/cpukit/sapi/Makefile.am
+++ b/cpukit/sapi/Makefile.am
@@ -20,9 +20,6 @@ include_rtems_HEADERS += include/rtems/timespec.h
EXTRA_DIST = include/rtems/README
-## src
-AM_CPPFLAGS += -D__RTEMS_INSIDE__
-
noinst_LIBRARIES = libsapi.a
project_lib_LIBRARIES = libsapi.a
libsapi_a_SOURCES = src/debug.c src/extension.c src/extensioncreate.c \