summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2018-05-16 09:47:07 -0500
committerJoel Sherrill <joel@rtems.org>2018-05-18 08:22:32 -0500
commit01da0ac3b90086e61789a9cf0aed6260408f513e (patch)
treed016308bcced3d386fa61df747d20b462c5fb7ad /c
parentbeatnik: Move -Dxxx to configure.ac (diff)
downloadrtems-01da0ac3b90086e61789a9cf0aed6260408f513e.tar.bz2
haleakala: Move -Dxxx to configure.ac
Updates #3425.
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libbsp/powerpc/haleakala/configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/powerpc/haleakala/configure.ac b/c/src/lib/libbsp/powerpc/haleakala/configure.ac
index cabfc69332..cf3a552939 100644
--- a/c/src/lib/libbsp/powerpc/haleakala/configure.ac
+++ b/c/src/lib/libbsp/powerpc/haleakala/configure.ac
@@ -25,6 +25,8 @@ RTEMS_BSPOPTS_HELP([PPC_VECTOR_FILE_BASE],
[This defines the base address of the exception table.
NOTE: Vectors are actually at 0xFFF00000 but file starts at offset.])
+AC_DEFINE(ppc405, 1, [PowerPC model option])
+
RTEMS_BSP_CLEANUP_OPTIONS
# Explicitly list all Makefiles here