forked from Imagelibrary/rtems
Added __RTEMS_INSIDE__ macro to insure that ".inl" files are ALWAYS included
when building the executive source.
This commit is contained in:
@@ -26,7 +26,7 @@ include $(RTEMS_ROOT)/make/lib.cfg
|
||||
# Add local stuff here using +=
|
||||
#
|
||||
|
||||
DEFINES +=
|
||||
DEFINES += -D__RTEMS_INSIDE__
|
||||
CPPFLAGS +=
|
||||
CFLAGS += $(CFLAGS_OS_V)
|
||||
|
||||
|
||||
@@ -31,7 +31,7 @@ extern "C" {
|
||||
* Define this at your own risk.
|
||||
*/
|
||||
|
||||
#ifndef __RTEMS_VIOLATE_KERNEL_VISIBILITY__
|
||||
#if !defined(__RTEMS_VIOLATE_KERNEL_VISIBILITY__) && !defined(__RTEMS_INSIDE__)
|
||||
#define __RTEMS_APPLICATION__
|
||||
#endif
|
||||
|
||||
|
||||
@@ -31,7 +31,7 @@ extern "C" {
|
||||
* Define this at your own risk.
|
||||
*/
|
||||
|
||||
#ifndef __RTEMS_VIOLATE_KERNEL_VISIBILITY__
|
||||
#if !defined(__RTEMS_VIOLATE_KERNEL_VISIBILITY__) && !defined(__RTEMS_INSIDE__)
|
||||
#define __RTEMS_APPLICATION__
|
||||
#endif
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@ include $(RTEMS_ROOT)/make/lib.cfg
|
||||
# Add local stuff here using +=
|
||||
#
|
||||
|
||||
DEFINES +=
|
||||
DEFINES += -D__RTEMS_INSIDE__
|
||||
CPPFLAGS +=
|
||||
CFLAGS += $(CFLAGS_OS_V)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@ include $(RTEMS_ROOT)/make/lib.cfg
|
||||
# Add local stuff here using +=
|
||||
#
|
||||
|
||||
DEFINES +=
|
||||
DEFINES += -D__RTEMS_INSIDE__
|
||||
CPPFLAGS +=
|
||||
CFLAGS += $(CFLAGS_OS_V)
|
||||
|
||||
|
||||
@@ -31,7 +31,7 @@ extern "C" {
|
||||
* Define this at your own risk.
|
||||
*/
|
||||
|
||||
#ifndef __RTEMS_VIOLATE_KERNEL_VISIBILITY__
|
||||
#if !defined(__RTEMS_VIOLATE_KERNEL_VISIBILITY__) && !defined(__RTEMS_INSIDE__)
|
||||
#define __RTEMS_APPLICATION__
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user