From aa4eca06c488a53c9aa939d79e484f6a297767df Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Wed, 29 Oct 2008 12:04:38 +0000 Subject: minios: Define __INSIDE_MINIOS__ rather than __MINIOS__ Signed-off-by: Ian Jackson --- extras/mini-os/minios.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'extras/mini-os/minios.mk') diff --git a/extras/mini-os/minios.mk b/extras/mini-os/minios.mk index 7ee19b3a86..698648a904 100644 --- a/extras/mini-os/minios.mk +++ b/extras/mini-os/minios.mk @@ -26,6 +26,9 @@ else DEF_CFLAGS += -O3 endif +# Make the headers define our internal stuff +DEF_CFLAGS += -D__INSIDE_MINIOS__ + # Build the CFLAGS and ASFLAGS for compiling and assembling. # DEF_... flags are the common mini-os flags, # ARCH_... flags may be defined in arch/$(TARGET_ARCH_FAM/rules.mk -- cgit v1.2.3