summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sh/gensh1/Makefile.am
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-04-23 12:10:19 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-04-23 15:18:45 +0200
commit6e1cf37da57769f0291740982143957fb60a43cd (patch)
treed71e3e197a4e24ec273e8cde6f5d13c1a5c5a675 /c/src/lib/libbsp/sh/gensh1/Makefile.am
parentbsps/sh: Move setvec.c to bsps (diff)
downloadrtems-6e1cf37da57769f0291740982143957fb60a43cd.tar.bz2
bsps/sh: Move console.c to bsps
This patch is a part of the BSP source reorganization. Update #3285.
Diffstat (limited to 'c/src/lib/libbsp/sh/gensh1/Makefile.am')
-rw-r--r--c/src/lib/libbsp/sh/gensh1/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/sh/gensh1/Makefile.am b/c/src/lib/libbsp/sh/gensh1/Makefile.am
index ac817fd368..3ebc5ad678 100644
--- a/c/src/lib/libbsp/sh/gensh1/Makefile.am
+++ b/c/src/lib/libbsp/sh/gensh1/Makefile.am
@@ -39,7 +39,7 @@ librtemsbsp_a_SOURCES += ../../../../../../bsps/sh/gensh1/btimer/btimer.c
# scitab
librtemsbsp_a_SOURCES += scitab.c
# console
-librtemsbsp_a_SOURCES += ../shared/console.c
+librtemsbsp_a_SOURCES += ../../../../../../bsps/sh/shared/console/console.c
librtemsbsp_a_SOURCES += ../../../../../../bsps/sh/gensh1/console/sci.c
# debugio
librtemsbsp_a_SOURCES += ../../../../../../bsps/shared/dev/serial/printk-dummy.c