summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-10-02 07:44:27 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-10-02 07:44:27 +0000
commitadc6349ed2925a88064524008b0d13895b727b57 (patch)
treee4580faeb301374d1c10f5e52f768b457cb74838
parent2008-10-02 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-adc6349ed2925a88064524008b0d13895b727b57.tar.bz2
2008-10-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Move PGH360, GEN68360, GEN68360_040 defines from *.cfg into bspopts.h.
-rw-r--r--c/src/lib/libbsp/m68k/gen68360/ChangeLog5
-rw-r--r--c/src/lib/libbsp/m68k/gen68360/configure.ac12
2 files changed, 17 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/m68k/gen68360/ChangeLog b/c/src/lib/libbsp/m68k/gen68360/ChangeLog
index 867b7c7c53..773c2b2989 100644
--- a/c/src/lib/libbsp/m68k/gen68360/ChangeLog
+++ b/c/src/lib/libbsp/m68k/gen68360/ChangeLog
@@ -1,3 +1,8 @@
+2008-10-02 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * configure.ac: Move PGH360, GEN68360, GEN68360_040
+ defines from *.cfg into bspopts.h.
+
2008-09-30 Joel Sherrill <joel.sherrill@oarcorp.com>
* timer/timer.c: Eliminate uses of old benchmark timer names.
diff --git a/c/src/lib/libbsp/m68k/gen68360/configure.ac b/c/src/lib/libbsp/m68k/gen68360/configure.ac
index 30bc35fa2d..4de09d5d0b 100644
--- a/c/src/lib/libbsp/m68k/gen68360/configure.ac
+++ b/c/src/lib/libbsp/m68k/gen68360/configure.ac
@@ -20,6 +20,18 @@ RTEMS_CHECK_NETWORKING
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
AM_CONDITIONAL(HAS_FPSP,[test "$RTEMS_CPU_MODEL" = "m68040"])
+RTEMS_BSPOPTS_SET([PGH360],[pgh360],[1])
+RTEMS_BSPOPTS_HELP([PGH360],
+[If defined, use custom settings for the pgh360 BSP.])
+
+RTEMS_BSPOPTS_SET([GEN68360],[gen68360],[1])
+RTEMS_BSPOPTS_HELP([GEN68360],
+[If defined, use custom settings for the gen68360 BSP.])
+
+RTEMS_BSPOPTS_SET([GEN68360_040],[gen68360_040],[1])
+RTEMS_BSPOPTS_HELP([GEN68360_040],
+[If defined, use custom settings for the gen68360_040 BSP.])
+
BSP_BOOTCARD_OPTIONS
# Explicitly list all Makefiles here