summaryrefslogtreecommitdiffstats
path: root/automake
diff options
context:
space:
mode:
Diffstat (limited to 'automake')
-rw-r--r--automake/compile.am12
1 files changed, 12 insertions, 0 deletions
diff --git a/automake/compile.am b/automake/compile.am
index 878bf16b4e..ea4018ea3b 100644
--- a/automake/compile.am
+++ b/automake/compile.am
@@ -4,3 +4,15 @@
## In future this file shall take compilation rules, now contained in
## gcc-target-default.cfg
##
+
+## -------------------------------------------------------------------------
+## NOTE: This is experimental.
+##
+## Expect frequent changes :(
+## -------------------------------------------------------------------------
+
+DEFS = @DEFS@
+
+##
+## FIXME: DEFS and INCLUDES should not be passed as AM_CPPFLAGS
+AM_CPPFLAGS += $(DEFS) $(INCLUDES) $(RTEMS_CPPFLAGS)