summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/t32mppc/configure.ac
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-07-28 14:42:53 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-07-28 14:43:22 +0200
commit585706a4ec6e92544604510369b62952f4ec9dd8 (patch)
tree134e65679de9aeb001904b934865a385fd3ec22c /c/src/lib/libbsp/powerpc/t32mppc/configure.ac
parentpsxtests/psxmmap01: Fix warning (diff)
downloadrtems-585706a4ec6e92544604510369b62952f4ec9dd8.tar.bz2
bsp/t32mppc: Add SMP support
Diffstat (limited to 'c/src/lib/libbsp/powerpc/t32mppc/configure.ac')
-rw-r--r--c/src/lib/libbsp/powerpc/t32mppc/configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/powerpc/t32mppc/configure.ac b/c/src/lib/libbsp/powerpc/t32mppc/configure.ac
index 4cfaf14616..fce295e9fd 100644
--- a/c/src/lib/libbsp/powerpc/t32mppc/configure.ac
+++ b/c/src/lib/libbsp/powerpc/t32mppc/configure.ac
@@ -17,6 +17,9 @@ RTEMS_BSPOPTS_HELP_DATA_CACHE_ENABLED
RTEMS_BSPOPTS_SET_INSTRUCTION_CACHE_ENABLED([*],[1])
RTEMS_BSPOPTS_HELP_INSTRUCTION_CACHE_ENABLED
+RTEMS_CHECK_SMP
+AM_CONDITIONAL(HAS_SMP,[test "$rtems_cv_HAS_SMP" = "yes"])
+
RTEMS_CHECK_NETWORKING
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")