From b221e9d88561bb9db9bf7365972f73c41e8e6b15 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sat, 17 Oct 2009 15:36:51 +0000 Subject: [PATCH] =?UTF-8?q?2009-10-17=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * make/custom/tqm8xx.inc: New (Renamed from tqm8xx.cfg). * make/custom/tqm8xx.cfg: Removed. * make/custom/pghplus.cfg, make/custom/tqm8xx_stk8xx.cfg: Include make/custom/tqm8xx.inc. --- c/src/lib/libbsp/powerpc/tqm8xx/ChangeLog | 7 +++++++ c/src/lib/libbsp/powerpc/tqm8xx/make/custom/pghplus.cfg | 2 +- .../powerpc/tqm8xx/make/custom/{tqm8xx.cfg => tqm8xx.inc} | 0 .../libbsp/powerpc/tqm8xx/make/custom/tqm8xx_stk8xx.cfg | 2 +- 4 files changed, 9 insertions(+), 2 deletions(-) rename c/src/lib/libbsp/powerpc/tqm8xx/make/custom/{tqm8xx.cfg => tqm8xx.inc} (100%) diff --git a/c/src/lib/libbsp/powerpc/tqm8xx/ChangeLog b/c/src/lib/libbsp/powerpc/tqm8xx/ChangeLog index fcbba25147..1b4dc8bd00 100644 --- a/c/src/lib/libbsp/powerpc/tqm8xx/ChangeLog +++ b/c/src/lib/libbsp/powerpc/tqm8xx/ChangeLog @@ -1,3 +1,10 @@ +2009-10-17 Ralf Corsépius + + * make/custom/tqm8xx.inc: New (Renamed from tqm8xx.cfg). + * make/custom/tqm8xx.cfg: Removed. + * make/custom/pghplus.cfg, make/custom/tqm8xx_stk8xx.cfg: + Include make/custom/tqm8xx.inc. + 2009-10-15 Ralf Corsépius * make/custom/pghplus.cfg: New (relocated from /make/custom). diff --git a/c/src/lib/libbsp/powerpc/tqm8xx/make/custom/pghplus.cfg b/c/src/lib/libbsp/powerpc/tqm8xx/make/custom/pghplus.cfg index dc0fcb3c18..75eb65fe90 100644 --- a/c/src/lib/libbsp/powerpc/tqm8xx/make/custom/pghplus.cfg +++ b/c/src/lib/libbsp/powerpc/tqm8xx/make/custom/pghplus.cfg @@ -7,4 +7,4 @@ # parameters differ. # -include $(RTEMS_ROOT)/make/custom/tqm8xx.cfg +include $(RTEMS_ROOT)/make/custom/tqm8xx.inc diff --git a/c/src/lib/libbsp/powerpc/tqm8xx/make/custom/tqm8xx.cfg b/c/src/lib/libbsp/powerpc/tqm8xx/make/custom/tqm8xx.inc similarity index 100% rename from c/src/lib/libbsp/powerpc/tqm8xx/make/custom/tqm8xx.cfg rename to c/src/lib/libbsp/powerpc/tqm8xx/make/custom/tqm8xx.inc diff --git a/c/src/lib/libbsp/powerpc/tqm8xx/make/custom/tqm8xx_stk8xx.cfg b/c/src/lib/libbsp/powerpc/tqm8xx/make/custom/tqm8xx_stk8xx.cfg index 856df7c3ec..7b5ab01b8a 100644 --- a/c/src/lib/libbsp/powerpc/tqm8xx/make/custom/tqm8xx_stk8xx.cfg +++ b/c/src/lib/libbsp/powerpc/tqm8xx/make/custom/tqm8xx_stk8xx.cfg @@ -7,4 +7,4 @@ # parameters differ. # -include $(RTEMS_ROOT)/make/custom/tqm8xx.cfg +include $(RTEMS_ROOT)/make/custom/tqm8xx.inc