summaryrefslogtreecommitdiffstats
path: root/classic_api
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-03-08 07:29:35 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-03-08 07:29:35 +0000
commit337f82036900284d2b736f8a7fcfef3593763231 (patch)
tree1d02f7599a84216a84799c8c6bd004987bf49e84 /classic_api
parent2011-03-03 Joel Sherrill <joel.sherrilL@OARcorp.com> (diff)
downloadrtems-examples-337f82036900284d2b736f8a7fcfef3593763231.tar.bz2
2011-03-08 Ralf Corsépius <ralf.corsepius@rtems.org>
* classic_api/triple_period/Makefile: include $(PROJECT_ROOT)/make/leaf.cfg (Consistency with other Makefiles).
Diffstat (limited to 'classic_api')
-rw-r--r--classic_api/triple_period/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/classic_api/triple_period/Makefile b/classic_api/triple_period/Makefile
index 32f9eef..8abf47f 100644
--- a/classic_api/triple_period/Makefile
+++ b/classic_api/triple_period/Makefile
@@ -17,7 +17,7 @@ OBJS=$(COBJS)
include $(RTEMS_MAKEFILE_PATH)/Makefile.inc
include $(RTEMS_CUSTOM)
-include $(RTEMS_ROOT)/make/leaf.cfg
+include $(PROJECT_ROOT)/make/leaf.cfg
all: ${ARCH} $(PGM)