summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m32c
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/lib/libbsp/m32c
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/lib/libbsp/m32c')
-rw-r--r--c/src/lib/libbsp/m32c/m32cbsp/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/c/src/lib/libbsp/m32c/m32cbsp/Makefile.am b/c/src/lib/libbsp/m32c/m32cbsp/Makefile.am
index 4b226f67b6..5d5f1aab94 100644
--- a/c/src/lib/libbsp/m32c/m32cbsp/Makefile.am
+++ b/c/src/lib/libbsp/m32c/m32cbsp/Makefile.am
@@ -27,12 +27,12 @@ console_SOURCES = ../../shared/console-polled.c console/console-io.c \
console/syscalls.S
timer_SOURCES = timer/timer.c
-noinst_LIBRARIES = libbsp.a
-libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \
+project_lib_LIBRARIES = librtemsbsp.a
+librtemsbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \
$(timer_SOURCES)
# Cache
-libbsp_a_SOURCES += ../../../../../../bsps/shared/cache/nocache.c
+librtemsbsp_a_SOURCES += ../../../../../../bsps/shared/cache/nocache.c
include $(top_srcdir)/../../../../automake/local.am
include $(srcdir)/../../../../../../bsps/shared/shared-sources.am