summaryrefslogtreecommitdiffstats
path: root/c/src/configure.ac
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-04-04 16:44:52 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-04-09 07:09:47 +0200
commitd5842691e1a619eea4ec783ed2c3a5506e1dcbb9 (patch)
treefd2d3a3a5175365bcd908a2c72a3cabadaed4d62 /c/src/configure.ac
parentbsps: Move shmdr to bsps (diff)
downloadrtems-d5842691e1a619eea4ec783ed2c3a5506e1dcbb9.tar.bz2
bsps: Remove librtemsbsp.a wrapup
This patch is a part of the BSP source reorganization. Update #3285.
Diffstat (limited to 'c/src/configure.ac')
-rw-r--r--c/src/configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/c/src/configure.ac b/c/src/configure.ac
index 170abc4479..f4428ed221 100644
--- a/c/src/configure.ac
+++ b/c/src/configure.ac
@@ -131,7 +131,6 @@ RTEMS_CPU_SUBDIRS([lib/libbsp])
AC_SUBST(libbsp_cpu_subdir,$RTEMS_CPU)
BSP_SUBDIRS="$BSP_SUBDIRS lib/libbsp"
-BSP_SUBDIRS="$BSP_SUBDIRS wrapup"
# Build testsuites
RTEMS_BSP_CONFIG_SUBDIR(
@@ -162,7 +161,6 @@ AC_CONFIG_FILES([Makefile],
AC_CONFIG_FILES([
lib/libbsp/Makefile
-wrapup/Makefile
])
AC_OUTPUT