From 0f0d0f2c7e4ec3ee778bde37925a54443552ab7d Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 15 Oct 2009 06:51:57 +0000 Subject: New (relocated from /make/custom). --- c/src/lib/libbsp/powerpc/gen83xx/make/custom/hsc_cm01.cfg | 14 ++++++++++++++ .../lib/libbsp/powerpc/gen83xx/make/custom/mpc8313erdb.cfg | 12 ++++++++++++ .../libbsp/powerpc/gen83xx/make/custom/mpc8349eamds.cfg | 14 ++++++++++++++ 3 files changed, 40 insertions(+) create mode 100644 c/src/lib/libbsp/powerpc/gen83xx/make/custom/hsc_cm01.cfg create mode 100644 c/src/lib/libbsp/powerpc/gen83xx/make/custom/mpc8313erdb.cfg create mode 100644 c/src/lib/libbsp/powerpc/gen83xx/make/custom/mpc8349eamds.cfg (limited to 'c') diff --git a/c/src/lib/libbsp/powerpc/gen83xx/make/custom/hsc_cm01.cfg b/c/src/lib/libbsp/powerpc/gen83xx/make/custom/hsc_cm01.cfg new file mode 100644 index 0000000000..568d561f7e --- /dev/null +++ b/c/src/lib/libbsp/powerpc/gen83xx/make/custom/hsc_cm01.cfg @@ -0,0 +1,14 @@ +# +# Config file for customer specific MPC8349 board +# +# $Id$ +# + +# +# All GEN83xx configurations share the same base file, only a few +# parameters differ. +# + +RTEMS_LINKCMDS=linkcmds.hsc_cm01 + +include $(RTEMS_ROOT)/make/custom/gen83xx.cfg diff --git a/c/src/lib/libbsp/powerpc/gen83xx/make/custom/mpc8313erdb.cfg b/c/src/lib/libbsp/powerpc/gen83xx/make/custom/mpc8313erdb.cfg new file mode 100644 index 0000000000..57718ca6bf --- /dev/null +++ b/c/src/lib/libbsp/powerpc/gen83xx/make/custom/mpc8313erdb.cfg @@ -0,0 +1,12 @@ +## +# +# @file +# +# @ingroup mpc83xx_config +# +# @brief Configuration file for the MPC8313E Reference Design Board. +# + +RTEMS_LINKCMDS=linkcmds.mpc8313erdb + +include $(RTEMS_ROOT)/make/custom/gen83xx.cfg diff --git a/c/src/lib/libbsp/powerpc/gen83xx/make/custom/mpc8349eamds.cfg b/c/src/lib/libbsp/powerpc/gen83xx/make/custom/mpc8349eamds.cfg new file mode 100644 index 0000000000..375b3d7d03 --- /dev/null +++ b/c/src/lib/libbsp/powerpc/gen83xx/make/custom/mpc8349eamds.cfg @@ -0,0 +1,14 @@ +# +# Config file for freescale's MPC8349EAMDS evaluation board +# +# $Id$ +# + +# +# All GEN83xx configurations share the same base file, only a few +# parameters differ. +# + +RTEMS_LINKCMDS=linkcmds.mpc8349eamds + +include $(RTEMS_ROOT)/make/custom/gen83xx.cfg -- cgit v1.2.3