summaryrefslogtreecommitdiffstats
path: root/make/rtems.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/rtems.cfg')
-rw-r--r--make/rtems.cfg10
1 files changed, 10 insertions, 0 deletions
diff --git a/make/rtems.cfg b/make/rtems.cfg
new file mode 100644
index 0000000000..9e46845142
--- /dev/null
+++ b/make/rtems.cfg
@@ -0,0 +1,10 @@
+# This file is only used inside the rtems source tree and should not get
+# installed.
+
+# autoconf support
+%: %.in
+ @subdir=`echo $(srcdir) | sed -e "s%$(RTEMS_ROOT)%%g"`; \
+ cd $(PROJECT_ROOT) && CONFIG_FILES=".$$subdir/$@" \
+ CONFIG_HEADERS= $(SHELL) ./config.status
+
+Makefile: $(PROJECT_ROOT)/config.status