summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c/src/make/Makefile.inc.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/c/src/make/Makefile.inc.in b/c/src/make/Makefile.inc.in
index 029e5f6768..b9df25dcfa 100644
--- a/c/src/make/Makefile.inc.in
+++ b/c/src/make/Makefile.inc.in
@@ -2,6 +2,8 @@
# BSP specific settings. To be included in application Makefiles
#
+RTEMS_BSP = @RTEMS_BSP@
+
prefix = @prefix@
CC_FOR_TARGET = @CC_FOR_TARGET@